Html Css Color HEX #B2B602 La Rioja

📋 copy color: '#B2B602'

red 178 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #B2B602

Tints of La Rioja #B2B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.28%

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

R = 49.17%
G = 50.28%
B = 0.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B2B602 (or 0xB2B602) is known color: La Rioja. HEX triplet: B2, B6 and 02. RGB value is (178,182,2). Sum of RGB (Red+Green+Blue) = 178+182+2=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B602 is #4D49FD. Grayscale: #A1A1A1. Windows color (decimal): -5065214 or 177842. OLE color: 177842.

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

Color convert

RGB 178 182 2 -
CMYK 0.02 0 0.99 0.29
HSL 61.33º 0.98% 0.36% -
HSV(B) 61.33º 0.99% 0.71% -
XYZ 35.1 42.93 6.49 -
YUV 160.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 178 182 2 0.02 0 0.99 0.29 61.33 0.98 0.36
Hex B2 B6 2 2 0 63 1D 3D 62 24
Octal 262 266 2 2 0 143 35 75 142 44
Binary 10110010 10110110 10 10 0 1100011 11101 111101 1100010 100100

Color Harmonies of #B2B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B602

Black with #B2B602

Text Example


Text Example

White with #B2B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B602; }

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

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

background-color css

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

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

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

border-color css

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

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

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