Html Css Color HEX #B0CB06 La Rioja

📋 copy color: '#B0CB06'

red 176 ◦ green 203 ◦ blue 6

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

Shades of La Rioja #B0CB06

Tints of La Rioja #B0CB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.73%

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

R = 45.71%
G = 52.73%
B = 1.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#B0CB06 (or 0xB0CB06) is known color: La Rioja. HEX triplet: B0, CB and 06. RGB value is (176,203,6). Sum of RGB (Red+Green+Blue) = 176+203+6=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB06 is #4F34F9. Grayscale: #ADADAD. Windows color (decimal): -5190906 or 445360. OLE color: 445360.

HSL color Cylindrical-coordinate representation of color #B0CB06: hue angle of 68.22º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0CB06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 6 -
CMYK 0.13 0 0.97 0.20
HSL 68.22º 0.94% 0.41% -
HSV(B) 68.22º 0.97% 0.8% -
XYZ 39.29 51.96 8.13 -
YUV 172.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 176 203 6 0.13 0 0.97 0.20 68.22 0.94 0.41
Hex B0 CB 6 D 0 61 14 44 5E 29
Octal 260 313 6 15 0 141 24 104 136 51
Binary 10110000 11001011 110 1101 0 1100001 10100 1000100 1011110 101001

Color Harmonies of #B0CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB06

Black with #B0CB06

Text Example


Text Example

White with #B0CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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