Html Css Color HEX #B0BC0F La Rioja

📋 copy color: '#B0BC0F'

red 176 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #B0BC0F

Tints of La Rioja #B0BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 46.44%
G = 49.6%
B = 3.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B0BC0F (or 0xB0BC0F) is known color: La Rioja. HEX triplet: B0, BC and 0F. RGB value is (176,188,15). Sum of RGB (Red+Green+Blue) = 176+188+15=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC0F is #4F43F0. Grayscale: #A5A5A5. Windows color (decimal): -5194737 or 1031344. OLE color: 1031344.

HSL color Cylindrical-coordinate representation of color #B0BC0F: hue angle of 64.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0BC0F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 15 -
CMYK 0.06 0 0.92 0.26
HSL 64.16º 0.85% 0.4% -
HSV(B) 64.16º 0.92% 0.74% -
XYZ 35.97 45.23 7.29 -
YUV 164.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 176 188 15 0.06 0 0.92 0.26 64.16 0.85 0.4
Hex B0 BC F 6 0 5C 1A 40 55 28
Octal 260 274 17 6 0 134 32 100 125 50
Binary 10110000 10111100 1111 110 0 1011100 11010 1000000 1010101 101000

Color Harmonies of #B0BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC0F

Black with #B0BC0F

Text Example


Text Example

White with #B0BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC0F; }

 p { color: rgb(176,188,15); }

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

background-color css

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

 a { background-color: rgb(176,188,15); }

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

border-color css

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

 span { border-color: rgb(176,188,15); }

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