Html Css Color HEX #B0CB05 La Rioja

📋 copy color: '#B0CB05'

red 176 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #B0CB05

Tints of La Rioja #B0CB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 45.83%
G = 52.86%
B = 1.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#B0CB05 (or 0xB0CB05) is known color: La Rioja. HEX triplet: B0, CB and 05. RGB value is (176,203,5). Sum of RGB (Red+Green+Blue) = 176+203+5=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB05 is #4F34FA. Grayscale: #ADADAD. Windows color (decimal): -5190907 or 379824. OLE color: 379824.

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

Color convert

RGB 176 203 5 -
CMYK 0.13 0 0.98 0.20
HSL 68.18º 0.95% 0.41% -
HSV(B) 68.18º 0.98% 0.8% -
XYZ 39.29 51.95 8.1 -
YUV 172.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 176 203 5 0.13 0 0.98 0.20 68.18 0.95 0.41
Hex B0 CB 5 D 0 62 14 44 5F 29
Octal 260 313 5 15 0 142 24 104 137 51
Binary 10110000 11001011 101 1101 0 1100010 10100 1000100 1011111 101001

Color Harmonies of #B0CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB05

Black with #B0CB05

Text Example


Text Example

White with #B0CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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