Html Css Color HEX #B2C002 La Rioja

📋 copy color: '#B2C002'

red 178 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #B2C002

Tints of La Rioja #B2C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

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

R = 47.85%
G = 51.61%
B = 0.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B2C002 (or 0xB2C002) is known color: La Rioja. HEX triplet: B2, C0 and 02. RGB value is (178,192,2). Sum of RGB (Red+Green+Blue) = 178+192+2=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C002 is #4D3FFD. Grayscale: #A6A6A6. Windows color (decimal): -5062654 or 180402. OLE color: 180402.

HSL color Cylindrical-coordinate representation of color #B2C002: hue angle of 64.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2C002 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 2 -
CMYK 0.07 0 0.99 0.25
HSL 64.42º 0.98% 0.38% -
HSV(B) 64.42º 0.99% 0.75% -
XYZ 37.22 47.17 7.2 -
YUV 166.15 35.36 136.45 -
System Red Green Blue C M Y K H S L
Decimal 178 192 2 0.07 0 0.99 0.25 64.42 0.98 0.38
Hex B2 C0 2 7 0 63 19 40 62 26
Octal 262 300 2 7 0 143 31 100 142 46
Binary 10110010 11000000 10 111 0 1100011 11001 1000000 1100010 100110

Color Harmonies of #B2C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C002

Black with #B2C002

Text Example


Text Example

White with #B2C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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