Html Css Color HEX #B9BC04 La Rioja

📋 copy color: '#B9BC04'

red 185 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #B9BC04

Tints of La Rioja #B9BC04

RGB

 RED value IS 185 (72.66% from 255) = 49.07%

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

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

R = 49.07%
G = 49.87%
B = 1.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#B9BC04 (or 0xB9BC04) is known color: La Rioja. HEX triplet: B9, BC and 04. RGB value is (185,188,4). Sum of RGB (Red+Green+Blue) = 185+188+4=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC04 is #4643FB. Grayscale: #A6A6A6. Windows color (decimal): -4604924 or 310457. OLE color: 310457.

HSL color Cylindrical-coordinate representation of color #B9BC04: hue angle of 60.98º 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 #B9BC04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 4 -
CMYK 0.02 0 0.98 0.26
HSL 60.98º 0.96% 0.38% -
HSV(B) 60.98º 0.98% 0.74% -
XYZ 38.01 46.29 7.05 -
YUV 166.13 36.51 141.46 -
System Red Green Blue C M Y K H S L
Decimal 185 188 4 0.02 0 0.98 0.26 60.98 0.96 0.38
Hex B9 BC 4 2 0 62 1A 3D 60 26
Octal 271 274 4 2 0 142 32 75 140 46
Binary 10111001 10111100 100 10 0 1100010 11010 111101 1100000 100110

Color Harmonies of #B9BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC04

Black with #B9BC04

Text Example


Text Example

White with #B9BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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