Html Css Color HEX #B9C213 La Rioja

📋 copy color: '#B9C213'

red 185 ◦ green 194 ◦ blue 19

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

Shades of La Rioja #B9C213

Tints of La Rioja #B9C213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.74%

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 46.48%
G = 48.74%
B = 4.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B9C213 (or 0xB9C213) is known color: La Rioja. HEX triplet: B9, C2 and 13. RGB value is (185,194,19). Sum of RGB (Red+Green+Blue) = 185+194+19=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C213 is #463DEC. Grayscale: #ACACAC. Windows color (decimal): -4603373 or 1295033. OLE color: 1295033.

HSL color Cylindrical-coordinate representation of color #B9C213: hue angle of 63.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9C213 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 19 -
CMYK 0.05 0 0.90 0.24
HSL 63.09º 0.82% 0.42% -
HSV(B) 63.09º 0.9% 0.76% -
XYZ 39.42 48.94 7.99 -
YUV 171.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 185 194 19 0.05 0 0.90 0.24 63.09 0.82 0.42
Hex B9 C2 13 5 0 5A 18 3F 52 2A
Octal 271 302 23 5 0 132 30 77 122 52
Binary 10111001 11000010 10011 101 0 1011010 11000 111111 1010010 101010

Color Harmonies of #B9C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C213

Black with #B9C213

Text Example


Text Example

White with #B9C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C213; }

 p { color: rgb(185,194,19); }

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

background-color css

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

 a { background-color: rgb(185,194,19); }

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

border-color css

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

 span { border-color: rgb(185,194,19); }

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