Html Css Color HEX #B9C50C La Rioja

📋 copy color: '#B9C50C'

red 185 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #B9C50C

Tints of La Rioja #B9C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 46.95%
G = 50%
B = 3.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#B9C50C (or 0xB9C50C) is known color: La Rioja. HEX triplet: B9, C5 and 0C. RGB value is (185,197,12). Sum of RGB (Red+Green+Blue) = 185+197+12=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C50C is #463AF3. Grayscale: #ADADAD. Windows color (decimal): -4602612 or 837049. OLE color: 837049.

HSL color Cylindrical-coordinate representation of color #B9C50C: hue angle of 63.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9C50C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 12 -
CMYK 0.06 0 0.94 0.23
HSL 63.89º 0.89% 0.41% -
HSV(B) 63.89º 0.94% 0.77% -
XYZ 40.04 50.27 7.94 -
YUV 172.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 185 197 12 0.06 0 0.94 0.23 63.89 0.89 0.41
Hex B9 C5 C 6 0 5E 17 40 59 29
Octal 271 305 14 6 0 136 27 100 131 51
Binary 10111001 11000101 1100 110 0 1011110 10111 1000000 1011001 101001

Color Harmonies of #B9C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C50C

Black with #B9C50C

Text Example


Text Example

White with #B9C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C50C; }

 p { color: rgb(185,197,12); }

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

background-color css

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

 a { background-color: rgb(185,197,12); }

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

border-color css

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

 span { border-color: rgb(185,197,12); }

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