Html Css Color HEX #B9C50D La Rioja

📋 copy color: '#B9C50D'

red 185 ◦ green 197 ◦ blue 13

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

Shades of La Rioja #B9C50D

Tints of La Rioja #B9C50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 46.84%
G = 49.87%
B = 3.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#B9C50D (or 0xB9C50D) is known color: La Rioja. HEX triplet: B9, C5 and 0D. RGB value is (185,197,13). Sum of RGB (Red+Green+Blue) = 185+197+13=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C50D is #463AF2. Grayscale: #ADADAD. Windows color (decimal): -4602611 or 902585. OLE color: 902585.

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

Color convert

RGB 185 197 13 -
CMYK 0.06 0 0.93 0.23
HSL 63.91º 0.88% 0.41% -
HSV(B) 63.91º 0.93% 0.77% -
XYZ 40.05 50.28 7.97 -
YUV 172.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 185 197 13 0.06 0 0.93 0.23 63.91 0.88 0.41
Hex B9 C5 D 6 0 5D 17 40 58 29
Octal 271 305 15 6 0 135 27 100 130 51
Binary 10111001 11000101 1101 110 0 1011101 10111 1000000 1011000 101001

Color Harmonies of #B9C50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C50D

Black with #B9C50D

Text Example


Text Example

White with #B9C50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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