Html Css Color HEX #B2E466 Conifer

📋 copy color: '#B2E466'

red 178 ◦ green 228 ◦ blue 102

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

Shades of Conifer #B2E466

Tints of Conifer #B2E466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.88%

 BLUE value IS 102 (40.23% from 255) = 20.08%

R = 35.04%
G = 44.88%
B = 20.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#B2E466 (or 0xB2E466) is known color: Conifer. HEX triplet: B2, E4 and 66. RGB value is (178,228,102). Sum of RGB (Red+Green+Blue) = 178+228+102=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E466 is #4D1B99. Grayscale: #C7C7C7. Windows color (decimal): -5053338 or 6743218. OLE color: 6743218.

HSL color Cylindrical-coordinate representation of color #B2E466: hue angle of 83.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2E466 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 102 -
CMYK 0.22 0 0.55 0.11
HSL 83.81º 0.7% 0.65% -
HSV(B) 83.81º 0.55% 0.89% -
XYZ 48.5 65.91 22.74 -
YUV 198.69 73.44 113.25 -
System Red Green Blue C M Y K H S L
Decimal 178 228 102 0.22 0 0.55 0.11 83.81 0.7 0.65
Hex B2 E4 66 16 0 37 B 54 46 41
Octal 262 344 146 26 0 67 13 124 106 101
Binary 10110010 11100100 1100110 10110 0 110111 1011 1010100 1000110 1000001

Color Harmonies of #B2E466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E466

Black with #B2E466

Text Example


Text Example

White with #B2E466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E466; }

 p { color: rgb(178,228,102); }

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

background-color css

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

 a { background-color: rgb(178,228,102); }

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

border-color css

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

 span { border-color: rgb(178,228,102); }

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