Html Css Color HEX #B5B90A La Rioja

📋 copy color: '#B5B90A'

red 181 ◦ green 185 ◦ blue 10

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

Shades of La Rioja #B5B90A

Tints of La Rioja #B5B90A

RGB

 RED value IS 181 (71.09% from 255) = 48.14%

 GREEN value IS 185 (72.66% from 255) = 49.2%

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

R = 48.14%
G = 49.2%
B = 2.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B5B90A (or 0xB5B90A) is known color: La Rioja. HEX triplet: B5, B9 and 0A. RGB value is (181,185,10). Sum of RGB (Red+Green+Blue) = 181+185+10=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B90A is #4A46F5. Grayscale: #A4A4A4. Windows color (decimal): -4867830 or 702901. OLE color: 702901.

HSL color Cylindrical-coordinate representation of color #B5B90A: hue angle of 61.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5B90A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 10 -
CMYK 0.02 0 0.95 0.27
HSL 61.37º 0.9% 0.38% -
HSV(B) 61.37º 0.95% 0.73% -
XYZ 36.46 44.54 6.96 -
YUV 163.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 181 185 10 0.02 0 0.95 0.27 61.37 0.9 0.38
Hex B5 B9 A 2 0 5F 1B 3D 5A 26
Octal 265 271 12 2 0 137 33 75 132 46
Binary 10110101 10111001 1010 10 0 1011111 11011 111101 1011010 100110

Color Harmonies of #B5B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B90A

Black with #B5B90A

Text Example


Text Example

White with #B5B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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