Html Css Color HEX #B2DB83 Feijoa

📋 copy color: '#B2DB83'

red 178 ◦ green 219 ◦ blue 131

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

Shades of Feijoa #B2DB83

Tints of Feijoa #B2DB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.81%

R = 33.71%
G = 41.48%
B = 24.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#B2DB83 (or 0xB2DB83) is known color: Feijoa. HEX triplet: B2, DB and 83. RGB value is (178,219,131). Sum of RGB (Red+Green+Blue) = 178+219+131=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB83 is #4D247C. Grayscale: #C5C5C5. Windows color (decimal): -5055613 or 8641458. OLE color: 8641458.

HSL color Cylindrical-coordinate representation of color #B2DB83: hue angle of 87.95º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2DB83 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 131 -
CMYK 0.19 0 0.40 0.14
HSL 87.95º 0.55% 0.69% -
HSV(B) 87.95º 0.4% 0.86% -
XYZ 47.79 61.77 30.88 -
YUV 196.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 178 219 131 0.19 0 0.40 0.14 87.95 0.55 0.69
Hex B2 DB 83 13 0 28 E 58 37 45
Octal 262 333 203 23 0 50 16 130 67 105
Binary 10110010 11011011 10000011 10011 0 101000 1110 1011000 110111 1000101

Color Harmonies of #B2DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB83

Black with #B2DB83

Text Example


Text Example

White with #B2DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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