Html Css Color HEX #B2C82E Rio Grande

📋 copy color: '#B2C82E'

red 178 ◦ green 200 ◦ blue 46

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

Shades of Rio Grande #B2C82E

Tints of Rio Grande #B2C82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 41.98%
G = 47.17%
B = 10.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#B2C82E (or 0xB2C82E) is known color: Rio Grande. HEX triplet: B2, C8 and 2E. RGB value is (178,200,46). Sum of RGB (Red+Green+Blue) = 178+200+46=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C82E is #4D37D1. Grayscale: #B0B0B0. Windows color (decimal): -5060562 or 3066034. OLE color: 3066034.

HSL color Cylindrical-coordinate representation of color #B2C82E: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2C82E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 46 -
CMYK 0.11 0 0.77 0.22
HSL 68.57º 0.63% 0.48% -
HSV(B) 68.57º 0.77% 0.78% -
XYZ 39.51 50.97 10.34 -
YUV 175.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 178 200 46 0.11 0 0.77 0.22 68.57 0.63 0.48
Hex B2 C8 2E B 0 4D 16 45 3F 30
Octal 262 310 56 13 0 115 26 105 77 60
Binary 10110010 11001000 101110 1011 0 1001101 10110 1000101 111111 110000

Color Harmonies of #B2C82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C82E

Black with #B2C82E

Text Example


Text Example

White with #B2C82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C82E; }

 p { color: rgb(178,200,46); }

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

background-color css

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

 a { background-color: rgb(178,200,46); }

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

border-color css

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

 span { border-color: rgb(178,200,46); }

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