Html Css Color HEX #B9C413 La Rioja

📋 copy color: '#B9C413'

red 185 ◦ green 196 ◦ blue 19

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

Shades of La Rioja #B9C413

Tints of La Rioja #B9C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

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

R = 46.25%
G = 49%
B = 4.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#B9C413 (or 0xB9C413) is known color: La Rioja. HEX triplet: B9, C4 and 13. RGB value is (185,196,19). Sum of RGB (Red+Green+Blue) = 185+196+19=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C413 is #463BEC. Grayscale: #ADADAD. Windows color (decimal): -4602861 or 1295545. OLE color: 1295545.

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

Color convert

RGB 185 196 19 -
CMYK 0.06 0 0.90 0.23
HSL 63.73º 0.82% 0.42% -
HSV(B) 63.73º 0.9% 0.77% -
XYZ 39.87 49.84 8.14 -
YUV 172.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 185 196 19 0.06 0 0.90 0.23 63.73 0.82 0.42
Hex B9 C4 13 6 0 5A 17 40 52 2A
Octal 271 304 23 6 0 132 27 100 122 52
Binary 10111001 11000100 10011 110 0 1011010 10111 1000000 1010010 101010

Color Harmonies of #B9C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C413

Black with #B9C413

Text Example


Text Example

White with #B9C413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C413; }

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

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

background-color css

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

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

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

border-color css

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

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

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