Html Css Color HEX #B2B802 La Rioja

📋 copy color: '#B2B802'

red 178 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #B2B802

Tints of La Rioja #B2B802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 48.9%
G = 50.55%
B = 0.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B2B802 (or 0xB2B802) is known color: La Rioja. HEX triplet: B2, B8 and 02. RGB value is (178,184,2). Sum of RGB (Red+Green+Blue) = 178+184+2=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B802 is #4D47FD. Grayscale: #A2A2A2. Windows color (decimal): -5064702 or 178354. OLE color: 178354.

HSL color Cylindrical-coordinate representation of color #B2B802: hue angle of 61.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B802 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 2 -
CMYK 0.03 0 0.99 0.28
HSL 61.98º 0.98% 0.36% -
HSV(B) 61.98º 0.99% 0.72% -
XYZ 35.51 43.75 6.63 -
YUV 161.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 178 184 2 0.03 0 0.99 0.28 61.98 0.98 0.36
Hex B2 B8 2 3 0 63 1C 3E 62 24
Octal 262 270 2 3 0 143 34 76 142 44
Binary 10110010 10111000 10 11 0 1100011 11100 111110 1100010 100100

Color Harmonies of #B2B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B802

Black with #B2B802

Text Example


Text Example

White with #B2B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B802; }

 p { color: rgb(178,184,2); }

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

background-color css

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

 a { background-color: rgb(178,184,2); }

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

border-color css

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

 span { border-color: rgb(178,184,2); }

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