Html Css Color HEX #B0C009 La Rioja

📋 copy color: '#B0C009'

red 176 ◦ green 192 ◦ blue 9

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

Shades of La Rioja #B0C009

Tints of La Rioja #B0C009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 46.68%
G = 50.93%
B = 2.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#B0C009 (or 0xB0C009) is known color: La Rioja. HEX triplet: B0, C0 and 09. RGB value is (176,192,9). Sum of RGB (Red+Green+Blue) = 176+192+9=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C009 is #4F3FF6. Grayscale: #A7A7A7. Windows color (decimal): -5193719 or 639152. OLE color: 639152.

HSL color Cylindrical-coordinate representation of color #B0C009: hue angle of 65.25º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C009 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 9 -
CMYK 0.08 0 0.95 0.25
HSL 65.25º 0.91% 0.39% -
HSV(B) 65.25º 0.95% 0.75% -
XYZ 36.8 46.95 7.38 -
YUV 166.35 39.2 134.88 -
System Red Green Blue C M Y K H S L
Decimal 176 192 9 0.08 0 0.95 0.25 65.25 0.91 0.39
Hex B0 C0 9 8 0 5F 19 41 5B 27
Octal 260 300 11 10 0 137 31 101 133 47
Binary 10110000 11000000 1001 1000 0 1011111 11001 1000001 1011011 100111

Color Harmonies of #B0C009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C009

Black with #B0C009

Text Example


Text Example

White with #B0C009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C009; }

 p { color: rgb(176,192,9); }

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

background-color css

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

 a { background-color: rgb(176,192,9); }

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

border-color css

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

 span { border-color: rgb(176,192,9); }

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