Html Css Color HEX #B2D68F Feijoa

📋 copy color: '#B2D68F'

red 178 ◦ green 214 ◦ blue 143

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

Shades of Feijoa #B2D68F

Tints of Feijoa #B2D68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.73%

R = 33.27%
G = 40%
B = 26.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#B2D68F (or 0xB2D68F) is known color: Feijoa. HEX triplet: B2, D6 and 8F. RGB value is (178,214,143). Sum of RGB (Red+Green+Blue) = 178+214+143=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68F is #4D2970. Grayscale: #C3C3C3. Windows color (decimal): -5056881 or 9426610. OLE color: 9426610.

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

Color convert

RGB 178 214 143 -
CMYK 0.17 0 0.33 0.16
HSL 90.42º 0.46% 0.7% -
HSV(B) 90.42º 0.33% 0.84% -
XYZ 47.36 59.54 34.98 -
YUV 195.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 178 214 143 0.17 0 0.33 0.16 90.42 0.46 0.7
Hex B2 D6 8F 11 0 21 10 5A 2E 46
Octal 262 326 217 21 0 41 20 132 56 106
Binary 10110010 11010110 10001111 10001 0 100001 10000 1011010 101110 1000110

Color Harmonies of #B2D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D68F

Black with #B2D68F

Text Example


Text Example

White with #B2D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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