Html Css Color HEX #B9C30A La Rioja

📋 copy color: '#B9C30A'

red 185 ◦ green 195 ◦ blue 10

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

Shades of La Rioja #B9C30A

Tints of La Rioja #B9C30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 47.44%
G = 50%
B = 2.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#B9C30A (or 0xB9C30A) is known color: La Rioja. HEX triplet: B9, C3 and 0A. RGB value is (185,195,10). Sum of RGB (Red+Green+Blue) = 185+195+10=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C30A is #463CF5. Grayscale: #ABABAB. Windows color (decimal): -4603126 or 705465. OLE color: 705465.

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

Color convert

RGB 185 195 10 -
CMYK 0.05 0 0.95 0.24
HSL 63.24º 0.9% 0.4% -
HSV(B) 63.24º 0.95% 0.76% -
XYZ 39.58 49.37 7.73 -
YUV 170.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 185 195 10 0.05 0 0.95 0.24 63.24 0.9 0.4
Hex B9 C3 A 5 0 5F 18 3F 5A 28
Octal 271 303 12 5 0 137 30 77 132 50
Binary 10111001 11000011 1010 101 0 1011111 11000 111111 1011010 101000

Color Harmonies of #B9C30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C30A

Black with #B9C30A

Text Example


Text Example

White with #B9C30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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