Html Css Color HEX #B2B505 La Rioja

📋 copy color: '#B2B505'

red 178 ◦ green 181 ◦ blue 5

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

Shades of La Rioja #B2B505

Tints of La Rioja #B2B505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 48.9%
G = 49.73%
B = 1.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B2B505 (or 0xB2B505) is known color: La Rioja. HEX triplet: B2, B5 and 05. RGB value is (178,181,5). Sum of RGB (Red+Green+Blue) = 178+181+5=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B505 is #4D4AFA. Grayscale: #A0A0A0. Windows color (decimal): -5065467 or 374194. OLE color: 374194.

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

Color convert

RGB 178 181 5 -
CMYK 0.02 0 0.97 0.29
HSL 61.02º 0.95% 0.36% -
HSV(B) 61.02º 0.97% 0.71% -
XYZ 34.91 42.52 6.51 -
YUV 160.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 178 181 5 0.02 0 0.97 0.29 61.02 0.95 0.36
Hex B2 B5 5 2 0 61 1D 3D 5F 24
Octal 262 265 5 2 0 141 35 75 137 44
Binary 10110010 10110101 101 10 0 1100001 11101 111101 1011111 100100

Color Harmonies of #B2B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B505

Black with #B2B505

Text Example


Text Example

White with #B2B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B505; }

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

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

background-color css

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

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

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

border-color css

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

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

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