Html Css Color HEX #B5B812 La Rioja

📋 copy color: '#B5B812'

red 181 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #B5B812

Tints of La Rioja #B5B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 47.26%
G = 48.04%
B = 4.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B5B812 (or 0xB5B812) is known color: La Rioja. HEX triplet: B5, B8 and 12. RGB value is (181,184,18). Sum of RGB (Red+Green+Blue) = 181+184+18=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B812 is #4A47ED. Grayscale: #A4A4A4. Windows color (decimal): -4868078 or 1226933. OLE color: 1226933.

HSL color Cylindrical-coordinate representation of color #B5B812: hue angle of 61.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B812 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 18 -
CMYK 0.02 0 0.90 0.28
HSL 61.08º 0.82% 0.4% -
HSV(B) 61.08º 0.9% 0.72% -
XYZ 36.31 44.15 7.18 -
YUV 164.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 181 184 18 0.02 0 0.90 0.28 61.08 0.82 0.4
Hex B5 B8 12 2 0 5A 1C 3D 52 28
Octal 265 270 22 2 0 132 34 75 122 50
Binary 10110101 10111000 10010 10 0 1011010 11100 111101 1010010 101000

Color Harmonies of #B5B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B812

Black with #B5B812

Text Example


Text Example

White with #B5B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B812; }

 p { color: rgb(181,184,18); }

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

background-color css

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

 a { background-color: rgb(181,184,18); }

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

border-color css

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

 span { border-color: rgb(181,184,18); }

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