Html Css Color HEX #B9BC18 La Rioja

📋 copy color: '#B9BC18'

red 185 ◦ green 188 ◦ blue 24

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

Shades of La Rioja #B9BC18

Tints of La Rioja #B9BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 46.6%
G = 47.36%
B = 6.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#B9BC18 (or 0xB9BC18) is known color: La Rioja. HEX triplet: B9, BC and 18. RGB value is (185,188,24). Sum of RGB (Red+Green+Blue) = 185+188+24=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC18 is #4643E7. Grayscale: #A9A9A9. Windows color (decimal): -4604904 or 1621177. OLE color: 1621177.

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

Color convert

RGB 185 188 24 -
CMYK 0.02 0 0.87 0.26
HSL 61.1º 0.77% 0.42% -
HSV(B) 61.1º 0.87% 0.74% -
XYZ 38.16 46.35 7.8 -
YUV 168.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 185 188 24 0.02 0 0.87 0.26 61.1 0.77 0.42
Hex B9 BC 18 2 0 57 1A 3D 4D 2A
Octal 271 274 30 2 0 127 32 75 115 52
Binary 10111001 10111100 11000 10 0 1010111 11010 111101 1001101 101010

Color Harmonies of #B9BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC18

Black with #B9BC18

Text Example


Text Example

White with #B9BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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