Html Css Color HEX #B2E152 Conifer

📋 copy color: '#B2E152'

red 178 ◦ green 225 ◦ blue 82

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

Shades of Conifer #B2E152

Tints of Conifer #B2E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.39%

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 36.7%
G = 46.39%
B = 16.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#B2E152 (or 0xB2E152) is known color: Conifer. HEX triplet: B2, E1 and 52. RGB value is (178,225,82). Sum of RGB (Red+Green+Blue) = 178+225+82=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E152 is #4D1EAD. Grayscale: #C3C3C3. Windows color (decimal): -5054126 or 5431730. OLE color: 5431730.

HSL color Cylindrical-coordinate representation of color #B2E152: hue angle of 79.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2E152 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 82 -
CMYK 0.21 0 0.64 0.12
HSL 79.72º 0.7% 0.6% -
HSV(B) 79.72º 0.64% 0.88% -
XYZ 46.81 63.92 17.85 -
YUV 194.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 178 225 82 0.21 0 0.64 0.12 79.72 0.7 0.6
Hex B2 E1 52 15 0 40 C 50 46 3C
Octal 262 341 122 25 0 100 14 120 106 74
Binary 10110010 11100001 1010010 10101 0 1000000 1100 1010000 1000110 111100

Color Harmonies of #B2E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E152

Black with #B2E152

Text Example


Text Example

White with #B2E152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E152; }

 p { color: rgb(178,225,82); }

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

background-color css

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

 a { background-color: rgb(178,225,82); }

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

border-color css

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

 span { border-color: rgb(178,225,82); }

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