Html Css Color HEX #B2C602 La Rioja

📋 copy color: '#B2C602'

red 178 ◦ green 198 ◦ blue 2

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

Shades of La Rioja #B2C602

Tints of La Rioja #B2C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

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

R = 47.09%
G = 52.38%
B = 0.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#B2C602 (or 0xB2C602) is known color: La Rioja. HEX triplet: B2, C6 and 02. RGB value is (178,198,2). Sum of RGB (Red+Green+Blue) = 178+198+2=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C602 is #4D39FD. Grayscale: #AAAAAA. Windows color (decimal): -5061118 or 181938. OLE color: 181938.

HSL color Cylindrical-coordinate representation of color #B2C602: hue angle of 66.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2C602 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 2 -
CMYK 0.10 0 0.99 0.22
HSL 66.12º 0.98% 0.39% -
HSV(B) 66.12º 0.99% 0.78% -
XYZ 38.57 49.86 7.65 -
YUV 169.68 33.37 133.94 -
System Red Green Blue C M Y K H S L
Decimal 178 198 2 0.10 0 0.99 0.22 66.12 0.98 0.39
Hex B2 C6 2 A 0 63 16 42 62 27
Octal 262 306 2 12 0 143 26 102 142 47
Binary 10110010 11000110 10 1010 0 1100011 10110 1000010 1100010 100111

Color Harmonies of #B2C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C602

Black with #B2C602

Text Example


Text Example

White with #B2C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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