Html Css Color HEX #B2B002 La Rioja

📋 copy color: '#B2B002'

red 178 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #B2B002

Tints of La Rioja #B2B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

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

R = 50%
G = 49.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2B002 (or 0xB2B002) is known color: La Rioja. HEX triplet: B2, B0 and 02. RGB value is (178,176,2). Sum of RGB (Red+Green+Blue) = 178+176+2=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B002 is #4D4FFD. Grayscale: #9D9D9D. Windows color (decimal): -5066750 or 176306. OLE color: 176306.

HSL color Cylindrical-coordinate representation of color #B2B002: hue angle of 59.32º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B002 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 2 -
CMYK 0 0.01 0.99 0.30
HSL 59.32º 0.98% 0.35% -
HSV(B) 59.32º 0.99% 0.7% -
XYZ 33.9 40.52 6.09 -
YUV 156.76 40.66 143.15 -
System Red Green Blue C M Y K H S L
Decimal 178 176 2 0 0.01 0.99 0.30 59.32 0.98 0.35
Hex B2 B0 2 0 1 63 1E 3B 62 23
Octal 262 260 2 0 1 143 36 73 142 43
Binary 10110010 10110000 10 0 1 1100011 11110 111011 1100010 100011

Color Harmonies of #B2B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B002

Black with #B2B002

Text Example


Text Example

White with #B2B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B002; }

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

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

background-color css

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

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

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

border-color css

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

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

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