Html Css Color HEX #B2D68E Feijoa

📋 copy color: '#B2D68E'

red 178 ◦ green 214 ◦ blue 142

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

Shades of Feijoa #B2D68E

Tints of Feijoa #B2D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.07%

 BLUE value IS 142 (55.86% from 255) = 26.59%

R = 33.33%
G = 40.07%
B = 26.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#B2D68E (or 0xB2D68E) is known color: Feijoa. HEX triplet: B2, D6 and 8E. RGB value is (178,214,142). Sum of RGB (Red+Green+Blue) = 178+214+142=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68E is #4D2971. Grayscale: #C3C3C3. Windows color (decimal): -5056882 or 9361074. OLE color: 9361074.

HSL color Cylindrical-coordinate representation of color #B2D68E: hue angle of 90º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D68E is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 142 -
CMYK 0.17 0 0.34 0.16
HSL 90º 0.47% 0.7% -
HSV(B) 90º 0.34% 0.84% -
XYZ 47.29 59.51 34.59 -
YUV 195.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 178 214 142 0.17 0 0.34 0.16 90 0.47 0.7
Hex B2 D6 8E 11 0 22 10 5A 2F 46
Octal 262 326 216 21 0 42 20 132 57 106
Binary 10110010 11010110 10001110 10001 0 100010 10000 1011010 101111 1000110

Color Harmonies of #B2D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D68E

Black with #B2D68E

Text Example


Text Example

White with #B2D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D68E; }

 p { color: rgb(178,214,142); }

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

background-color css

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

 a { background-color: rgb(178,214,142); }

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

border-color css

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

 span { border-color: rgb(178,214,142); }

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