Html Css Color HEX #B2DB7B Feijoa

📋 copy color: '#B2DB7B'

red 178 ◦ green 219 ◦ blue 123

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

Shades of Feijoa #B2DB7B

Tints of Feijoa #B2DB7B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

 BLUE value IS 123 (48.44% from 255) = 23.65%

R = 34.23%
G = 42.12%
B = 23.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B2DB7B (or 0xB2DB7B) is known color: Feijoa. HEX triplet: B2, DB and 7B. RGB value is (178,219,123). Sum of RGB (Red+Green+Blue) = 178+219+123=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB7B is #4D2484. Grayscale: #C4C4C4. Windows color (decimal): -5055621 or 8117170. OLE color: 8117170.

HSL color Cylindrical-coordinate representation of color #B2DB7B: hue angle of 85.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2DB7B is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 123 -
CMYK 0.19 0 0.44 0.14
HSL 85.62º 0.57% 0.67% -
HSV(B) 85.62º 0.44% 0.86% -
XYZ 47.27 61.56 28.13 -
YUV 195.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 178 219 123 0.19 0 0.44 0.14 85.62 0.57 0.67
Hex B2 DB 7B 13 0 2C E 56 39 43
Octal 262 333 173 23 0 54 16 126 71 103
Binary 10110010 11011011 1111011 10011 0 101100 1110 1010110 111001 1000011

Color Harmonies of #B2DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB7B

Black with #B2DB7B

Text Example


Text Example

White with #B2DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB7B; }

 p { color: rgb(178,219,123); }

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

background-color css

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

 a { background-color: rgb(178,219,123); }

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

border-color css

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

 span { border-color: rgb(178,219,123); }

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