Html Css Color HEX #B2E165 Conifer

📋 copy color: '#B2E165'

red 178 ◦ green 225 ◦ blue 101

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

Shades of Conifer #B2E165

Tints of Conifer #B2E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.04%

R = 35.32%
G = 44.64%
B = 20.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#B2E165 (or 0xB2E165) is known color: Conifer. HEX triplet: B2, E1 and 65. RGB value is (178,225,101). Sum of RGB (Red+Green+Blue) = 178+225+101=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E165 is #4D1E9A. Grayscale: #C5C5C5. Windows color (decimal): -5054107 or 6676914. OLE color: 6676914.

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

Color convert

RGB 178 225 101 -
CMYK 0.21 0 0.55 0.12
HSL 82.74º 0.67% 0.64% -
HSV(B) 82.74º 0.55% 0.88% -
XYZ 47.63 64.25 22.2 -
YUV 196.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 178 225 101 0.21 0 0.55 0.12 82.74 0.67 0.64
Hex B2 E1 65 15 0 37 C 53 43 40
Octal 262 341 145 25 0 67 14 123 103 100
Binary 10110010 11100001 1100101 10101 0 110111 1100 1010011 1000011 1000000

Color Harmonies of #B2E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E165

Black with #B2E165

Text Example


Text Example

White with #B2E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E165; }

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

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

background-color css

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

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

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

border-color css

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

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

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