Html Css Color HEX #B2E965 Conifer

📋 copy color: '#B2E965'

red 178 ◦ green 233 ◦ blue 101

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

Shades of Conifer #B2E965

Tints of Conifer #B2E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

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

R = 34.77%
G = 45.51%
B = 19.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#B2E965 (or 0xB2E965) is known color: Conifer. HEX triplet: B2, E9 and 65. RGB value is (178,233,101). Sum of RGB (Red+Green+Blue) = 178+233+101=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E965 is #4D169A. Grayscale: #C9C9C9. Windows color (decimal): -5052059 or 6678962. OLE color: 6678962.

HSL color Cylindrical-coordinate representation of color #B2E965: hue angle of 85º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2E965 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 101 -
CMYK 0.24 0 0.57 0.09
HSL 85º 0.75% 0.65% -
HSV(B) 85º 0.57% 0.91% -
XYZ 49.85 68.68 22.94 -
YUV 201.51 71.28 111.23 -
System Red Green Blue C M Y K H S L
Decimal 178 233 101 0.24 0 0.57 0.09 85 0.75 0.65
Hex B2 E9 65 18 0 39 9 55 4B 41
Octal 262 351 145 30 0 71 11 125 113 101
Binary 10110010 11101001 1100101 11000 0 111001 1001 1010101 1001011 1000001

Color Harmonies of #B2E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E965

Black with #B2E965

Text Example


Text Example

White with #B2E965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E965; }

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

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

background-color css

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

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

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

border-color css

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

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

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