Html Css Color HEX #B0C709 La Rioja

📋 copy color: '#B0C709'

red 176 ◦ green 199 ◦ blue 9

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

Shades of La Rioja #B0C709

Tints of La Rioja #B0C709

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

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

R = 45.83%
G = 51.82%
B = 2.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#B0C709 (or 0xB0C709) is known color: La Rioja. HEX triplet: B0, C7 and 09. RGB value is (176,199,9). Sum of RGB (Red+Green+Blue) = 176+199+9=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C709 is #4F38F6. Grayscale: #ABABAB. Windows color (decimal): -5191927 or 640944. OLE color: 640944.

HSL color Cylindrical-coordinate representation of color #B0C709: hue angle of 67.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C709 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 9 -
CMYK 0.12 0 0.95 0.22
HSL 67.26º 0.91% 0.41% -
HSV(B) 67.26º 0.95% 0.78% -
XYZ 38.38 50.1 7.91 -
YUV 170.46 36.88 131.95 -
System Red Green Blue C M Y K H S L
Decimal 176 199 9 0.12 0 0.95 0.22 67.26 0.91 0.41
Hex B0 C7 9 C 0 5F 16 43 5B 29
Octal 260 307 11 14 0 137 26 103 133 51
Binary 10110000 11000111 1001 1100 0 1011111 10110 1000011 1011011 101001

Color Harmonies of #B0C709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C709

Black with #B0C709

Text Example


Text Example

White with #B0C709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C709; }

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

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

background-color css

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

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

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

border-color css

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

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

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