Html Css Color HEX #B0BC04 La Rioja

📋 copy color: '#B0BC04'

red 176 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #B0BC04

Tints of La Rioja #B0BC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 47.83%
G = 51.09%
B = 1.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#B0BC04 (or 0xB0BC04) is known color: La Rioja. HEX triplet: B0, BC and 04. RGB value is (176,188,4). Sum of RGB (Red+Green+Blue) = 176+188+4=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC04 is #4F43FB. Grayscale: #A4A4A4. Windows color (decimal): -5194748 or 310448. OLE color: 310448.

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

Color convert

RGB 176 188 4 -
CMYK 0.06 0 0.98 0.26
HSL 63.91º 0.96% 0.38% -
HSV(B) 63.91º 0.98% 0.74% -
XYZ 35.91 45.21 6.95 -
YUV 163.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 176 188 4 0.06 0 0.98 0.26 63.91 0.96 0.38
Hex B0 BC 4 6 0 62 1A 40 60 26
Octal 260 274 4 6 0 142 32 100 140 46
Binary 10110000 10111100 100 110 0 1100010 11010 1000000 1100000 100110

Color Harmonies of #B0BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC04

Black with #B0BC04

Text Example


Text Example

White with #B0BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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