Html Css Color HEX #B2D68C Feijoa

📋 copy color: '#B2D68C'

red 178 ◦ green 214 ◦ blue 140

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

Shades of Feijoa #B2D68C

Tints of Feijoa #B2D68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.32%

R = 33.46%
G = 40.23%
B = 26.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#B2D68C (or 0xB2D68C) is known color: Feijoa. HEX triplet: B2, D6 and 8C. RGB value is (178,214,140). Sum of RGB (Red+Green+Blue) = 178+214+140=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68C is #4D2973. Grayscale: #C3C3C3. Windows color (decimal): -5056884 or 9230002. OLE color: 9230002.

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

Color convert

RGB 178 214 140 -
CMYK 0.17 0 0.35 0.16
HSL 89.19º 0.47% 0.69% -
HSV(B) 89.19º 0.35% 0.84% -
XYZ 47.14 59.45 33.8 -
YUV 194.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 178 214 140 0.17 0 0.35 0.16 89.19 0.47 0.69
Hex B2 D6 8C 11 0 23 10 59 2F 45
Octal 262 326 214 21 0 43 20 131 57 105
Binary 10110010 11010110 10001100 10001 0 100011 10000 1011001 101111 1000101

Color Harmonies of #B2D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D68C

Black with #B2D68C

Text Example


Text Example

White with #B2D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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