Html Css Color HEX #B9C30D La Rioja

📋 copy color: '#B9C30D'

red 185 ◦ green 195 ◦ blue 13

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

Shades of La Rioja #B9C30D

Tints of La Rioja #B9C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

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

R = 47.07%
G = 49.62%
B = 3.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B9C30D (or 0xB9C30D) is known color: La Rioja. HEX triplet: B9, C3 and 0D. RGB value is (185,195,13). Sum of RGB (Red+Green+Blue) = 185+195+13=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C30D is #463CF2. Grayscale: #ABABAB. Windows color (decimal): -4603123 or 902073. OLE color: 902073.

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

Color convert

RGB 185 195 13 -
CMYK 0.05 0 0.93 0.24
HSL 63.3º 0.88% 0.41% -
HSV(B) 63.3º 0.93% 0.76% -
XYZ 39.6 49.37 7.82 -
YUV 171.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 185 195 13 0.05 0 0.93 0.24 63.3 0.88 0.41
Hex B9 C3 D 5 0 5D 18 3F 58 29
Octal 271 303 15 5 0 135 30 77 130 51
Binary 10111001 11000011 1101 101 0 1011101 11000 111111 1011000 101001

Color Harmonies of #B9C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C30D

Black with #B9C30D

Text Example


Text Example

White with #B9C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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