Html Css Color HEX #B0C306 La Rioja

📋 copy color: '#B0C306'

red 176 ◦ green 195 ◦ blue 6

#B0C306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B0C306

Tints of La Rioja #B0C306

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 195 (76.56% from 255) = 51.72%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 46.68%
G = 51.72%
B = 1.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0C306 (or 0xB0C306) is known color: La Rioja. HEX triplet: B0, C3 and 06. RGB value is (176,195,6). Sum of RGB (Red+Green+Blue) = 176+195+6=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C306 is #4F3CF9. Grayscale: #A8A8A8. Windows color (decimal): -5192954 or 443312. OLE color: 443312.

HSL color Cylindrical-coordinate representation of color #B0C306: hue angle of 66.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0C306 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 6 -
CMYK 0.10 0 0.97 0.24
HSL 66.03º 0.94% 0.39% -
HSV(B) 66.03º 0.97% 0.76% -
XYZ 37.45 48.27 7.52 -
YUV 167.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 176 195 6 0.10 0 0.97 0.24 66.03 0.94 0.39
Hex B0 C3 6 A 0 61 18 42 5E 27
Octal 260 303 6 12 0 141 30 102 136 47
Binary 10110000 11000011 110 1010 0 1100001 11000 1000010 1011110 100111

Color Harmonies of #B0C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C306

Black with #B0C306

Text Example


Text Example

White with #B0C306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C306; }

 p { color: rgb(176,195,6); }

 H1.HeaderClassName
 {
   color: #B0C306;
 }
 .AnyTagClassName
 {
   color: #B0C306;
 }
</style>

background-color css

<style>
 a { background-color: #B0C306; }

 a { background-color: rgb(176,195,6); }

 div.DivClassName
 {
   background-color: #B0C306;
 }
 .BgClassName
 {
   background-color: #B0C306;
 }
</style>

border-color css

<style>
 span { border-color: #B0C306; }

 span { border-color: rgb(176,195,6); }

 td.TdClassName
 {
   border-color: #B0C306;
 }
 .TagClassName
 {
   border-color: #B0C306;
 }
</style>