Html Css Color HEX #B9C013 La Rioja

📋 copy color: '#B9C013'

red 185 ◦ green 192 ◦ blue 19

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

Shades of La Rioja #B9C013

Tints of La Rioja #B9C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 46.72%
G = 48.48%
B = 4.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B9C013 (or 0xB9C013) is known color: La Rioja. HEX triplet: B9, C0 and 13. RGB value is (185,192,19). Sum of RGB (Red+Green+Blue) = 185+192+19=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C013 is #463FEC. Grayscale: #AAAAAA. Windows color (decimal): -4603885 or 1294521. OLE color: 1294521.

HSL color Cylindrical-coordinate representation of color #B9C013: hue angle of 62.43º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9C013 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 19 -
CMYK 0.04 0 0.90 0.25
HSL 62.43º 0.82% 0.41% -
HSV(B) 62.43º 0.9% 0.75% -
XYZ 38.97 48.06 7.84 -
YUV 170.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 185 192 19 0.04 0 0.90 0.25 62.43 0.82 0.41
Hex B9 C0 13 4 0 5A 19 3E 52 29
Octal 271 300 23 4 0 132 31 76 122 51
Binary 10111001 11000000 10011 100 0 1011010 11001 111110 1010010 101001

Color Harmonies of #B9C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C013

Black with #B9C013

Text Example


Text Example

White with #B9C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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