Html Css Color HEX #B2E069 Conifer

📋 copy color: '#B2E069'

red 178 ◦ green 224 ◦ blue 105

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

Shades of Conifer #B2E069

Tints of Conifer #B2E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 105 (41.41% from 255) = 20.71%

R = 35.11%
G = 44.18%
B = 20.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#B2E069 (or 0xB2E069) is known color: Conifer. HEX triplet: B2, E0 and 69. RGB value is (178,224,105). Sum of RGB (Red+Green+Blue) = 178+224+105=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E069 is #4D1F96. Grayscale: #C5C5C5. Windows color (decimal): -5054359 or 6938802. OLE color: 6938802.

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

Color convert

RGB 178 224 105 -
CMYK 0.21 0 0.53 0.12
HSL 83.19º 0.66% 0.65% -
HSV(B) 83.19º 0.53% 0.88% -
XYZ 47.57 63.8 23.17 -
YUV 196.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 178 224 105 0.21 0 0.53 0.12 83.19 0.66 0.65
Hex B2 E0 69 15 0 35 C 53 42 41
Octal 262 340 151 25 0 65 14 123 102 101
Binary 10110010 11100000 1101001 10101 0 110101 1100 1010011 1000010 1000001

Color Harmonies of #B2E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E069

Black with #B2E069

Text Example


Text Example

White with #B2E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E069; }

 p { color: rgb(178,224,105); }

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

background-color css

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

 a { background-color: rgb(178,224,105); }

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

border-color css

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

 span { border-color: rgb(178,224,105); }

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