Html Css Color HEX #B2C600 La Rioja

📋 copy color: '#B2C600'

red 178 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #B2C600

Tints of La Rioja #B2C600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.34%
G = 52.66%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#B2C600 (or 0xB2C600) is known color: La Rioja. HEX triplet: B2, C6 and 00. RGB value is (178,198,0). Sum of RGB (Red+Green+Blue) = 178+198+0=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C600 is #4D39FF. Grayscale: #AAAAAA. Windows color (decimal): -5061120 or 50866. OLE color: 50866.

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

Color convert

RGB 178 198 0 -
CMYK 0.10 0 1 0.22
HSL 66.06º 1% 0.39% -
HSV(B) 66.06º 1% 0.78% -
XYZ 38.55 49.85 7.59 -
YUV 169.45 32.37 134.1 -
System Red Green Blue C M Y K H S L
Decimal 178 198 0 0.10 0 1 0.22 66.06 1 0.39
Hex B2 C6 0 A 0 64 16 42 64 27
Octal 262 306 0 12 0 144 26 102 144 47
Binary 10110010 11000110 0 1010 0 1100100 10110 1000010 1100100 100111

Color Harmonies of #B2C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C600

Black with #B2C600

Text Example


Text Example

White with #B2C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C600; }

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

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

background-color css

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

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

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

border-color css

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

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

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