Html Css Color HEX #B2AE11 La Rioja

📋 copy color: '#B2AE11'

red 178 ◦ green 174 ◦ blue 17

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

Shades of La Rioja #B2AE11

Tints of La Rioja #B2AE11

RGB

 RED value IS 178 (69.92% from 255) = 48.24%

 GREEN value IS 174 (68.36% from 255) = 47.15%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 48.24%
G = 47.15%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2AE11 (or 0xB2AE11) is known color: La Rioja. HEX triplet: B2, AE and 11. RGB value is (178,174,17). Sum of RGB (Red+Green+Blue) = 178+174+17=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AE11 is #4D51EE. Grayscale: #9D9D9D. Windows color (decimal): -5067247 or 1158834. OLE color: 1158834.

HSL color Cylindrical-coordinate representation of color #B2AE11: hue angle of 58.51º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2AE11 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 174 17 -
CMYK 0 0.02 0.90 0.30
HSL 58.51º 0.83% 0.38% -
HSV(B) 58.51º 0.9% 0.7% -
XYZ 33.6 39.78 6.44 -
YUV 157.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 178 174 17 0 0.02 0.90 0.30 58.51 0.83 0.38
Hex B2 AE 11 0 2 5A 1E 3B 53 26
Octal 262 256 21 0 2 132 36 73 123 46
Binary 10110010 10101110 10001 0 10 1011010 11110 111011 1010011 100110

Color Harmonies of #B2AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AE11

Black with #B2AE11

Text Example


Text Example

White with #B2AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AE11; }

 p { color: rgb(178,174,17); }

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

background-color css

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

 a { background-color: rgb(178,174,17); }

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

border-color css

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

 span { border-color: rgb(178,174,17); }

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