Html Css Color HEX #B9BC03 La Rioja

📋 copy color: '#B9BC03'

red 185 ◦ green 188 ◦ blue 3

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

Shades of La Rioja #B9BC03

Tints of La Rioja #B9BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 49.2%
G = 50%
B = 0.8%

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

#B9BC03 (or 0xB9BC03) is known color: La Rioja. HEX triplet: B9, BC and 03. RGB value is (185,188,3). Sum of RGB (Red+Green+Blue) = 185+188+3=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC03 is #4643FC. Grayscale: #A6A6A6. Windows color (decimal): -4604925 or 244921. OLE color: 244921.

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

Color convert

RGB 185 188 3 -
CMYK 0.02 0 0.98 0.26
HSL 60.97º 0.97% 0.37% -
HSV(B) 60.97º 0.98% 0.74% -
XYZ 38.01 46.29 7.02 -
YUV 166.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 185 188 3 0.02 0 0.98 0.26 60.97 0.97 0.37
Hex B9 BC 3 2 0 62 1A 3D 61 25
Octal 271 274 3 2 0 142 32 75 141 45
Binary 10111001 10111100 11 10 0 1100010 11010 111101 1100001 100101

Color Harmonies of #B9BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC03

Black with #B9BC03

Text Example


Text Example

White with #B9BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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