Html Css Color HEX #B2B511 La Rioja

📋 copy color: '#B2B511'

red 178 ◦ green 181 ◦ blue 17

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

Shades of La Rioja #B2B511

Tints of La Rioja #B2B511

RGB

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

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

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

R = 47.34%
G = 48.14%
B = 4.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B2B511 (or 0xB2B511) is known color: La Rioja. HEX triplet: B2, B5 and 11. RGB value is (178,181,17). Sum of RGB (Red+Green+Blue) = 178+181+17=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B511 is #4D4AEE. Grayscale: #A2A2A2. Windows color (decimal): -5065455 or 1160626. OLE color: 1160626.

HSL color Cylindrical-coordinate representation of color #B2B511: hue angle of 61.1º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2B511 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 17 -
CMYK 0.02 0 0.91 0.29
HSL 61.1º 0.83% 0.39% -
HSV(B) 61.1º 0.91% 0.71% -
XYZ 34.99 42.55 6.9 -
YUV 161.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 178 181 17 0.02 0 0.91 0.29 61.1 0.83 0.39
Hex B2 B5 11 2 0 5B 1D 3D 53 27
Octal 262 265 21 2 0 133 35 75 123 47
Binary 10110010 10110101 10001 10 0 1011011 11101 111101 1010011 100111

Color Harmonies of #B2B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B511

Black with #B2B511

Text Example


Text Example

White with #B2B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B511; }

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

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

background-color css

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

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

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

border-color css

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

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

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