Html Css Color HEX #B0BB03 La Rioja

📋 copy color: '#B0BB03'

red 176 ◦ green 187 ◦ blue 3

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

Shades of La Rioja #B0BB03

Tints of La Rioja #B0BB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.09%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 48.09%
G = 51.09%
B = 0.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B0BB03 (or 0xB0BB03) is known color: La Rioja. HEX triplet: B0, BB and 03. RGB value is (176,187,3). Sum of RGB (Red+Green+Blue) = 176+187+3=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BB03 is #4F44FC. Grayscale: #A3A3A3. Windows color (decimal): -5195005 or 244656. OLE color: 244656.

HSL color Cylindrical-coordinate representation of color #B0BB03: hue angle of 63.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0BB03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 187 3 -
CMYK 0.06 0 0.98 0.27
HSL 63.59º 0.97% 0.37% -
HSV(B) 63.59º 0.98% 0.73% -
XYZ 35.69 44.78 6.85 -
YUV 162.74 37.86 137.46 -
System Red Green Blue C M Y K H S L
Decimal 176 187 3 0.06 0 0.98 0.27 63.59 0.97 0.37
Hex B0 BB 3 6 0 62 1B 40 61 25
Octal 260 273 3 6 0 142 33 100 141 45
Binary 10110000 10111011 11 110 0 1100010 11011 1000000 1100001 100101

Color Harmonies of #B0BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB03

Black with #B0BB03

Text Example


Text Example

White with #B0BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB03; }

 p { color: rgb(176,187,3); }

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

background-color css

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

 a { background-color: rgb(176,187,3); }

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

border-color css

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

 span { border-color: rgb(176,187,3); }

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