Html Css Color HEX #B9C90A La Rioja

📋 copy color: '#B9C90A'

red 185 ◦ green 201 ◦ blue 10

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

Shades of La Rioja #B9C90A

Tints of La Rioja #B9C90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.76%

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

R = 46.72%
G = 50.76%
B = 2.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#B9C90A (or 0xB9C90A) is known color: La Rioja. HEX triplet: B9, C9 and 0A. RGB value is (185,201,10). Sum of RGB (Red+Green+Blue) = 185+201+10=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C90A is #4636F5. Grayscale: #AFAFAF. Windows color (decimal): -4601590 or 707001. OLE color: 707001.

HSL color Cylindrical-coordinate representation of color #B9C90A: hue angle of 65.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9C90A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 10 -
CMYK 0.08 0 0.95 0.21
HSL 65.03º 0.91% 0.41% -
HSV(B) 65.03º 0.95% 0.79% -
XYZ 40.95 52.11 8.19 -
YUV 174.44 35.2 135.53 -
System Red Green Blue C M Y K H S L
Decimal 185 201 10 0.08 0 0.95 0.21 65.03 0.91 0.41
Hex B9 C9 A 8 0 5F 15 41 5B 29
Octal 271 311 12 10 0 137 25 101 133 51
Binary 10111001 11001001 1010 1000 0 1011111 10101 1000001 1011011 101001

Color Harmonies of #B9C90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C90A

Black with #B9C90A

Text Example


Text Example

White with #B9C90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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