Html Css Color HEX #B7DC8A Feijoa

📋 copy color: '#B7DC8A'

red 183 ◦ green 220 ◦ blue 138

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

Shades of Feijoa #B7DC8A

Tints of Feijoa #B7DC8A

RGB

 RED value IS 183 (71.88% from 255) = 33.83%

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 138 (54.3% from 255) = 25.51%

R = 33.83%
G = 40.67%
B = 25.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#B7DC8A (or 0xB7DC8A) is known color: Feijoa. HEX triplet: B7, DC and 8A. RGB value is (183,220,138). Sum of RGB (Red+Green+Blue) = 183+220+138=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC8A is #482375. Grayscale: #C7C7C7. Windows color (decimal): -4727670 or 9100471. OLE color: 9100471.

HSL color Cylindrical-coordinate representation of color #B7DC8A: hue angle of 87.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7DC8A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 138 -
CMYK 0.17 0 0.37 0.14
HSL 87.07º 0.54% 0.7% -
HSV(B) 87.07º 0.37% 0.86% -
XYZ 49.71 63.09 33.6 -
YUV 199.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 183 220 138 0.17 0 0.37 0.14 87.07 0.54 0.7
Hex B7 DC 8A 11 0 25 E 57 36 46
Octal 267 334 212 21 0 45 16 127 66 106
Binary 10110111 11011100 10001010 10001 0 100101 1110 1010111 110110 1000110

Color Harmonies of #B7DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC8A

Black with #B7DC8A

Text Example


Text Example

White with #B7DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC8A; }

 p { color: rgb(183,220,138); }

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

background-color css

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

 a { background-color: rgb(183,220,138); }

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

border-color css

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

 span { border-color: rgb(183,220,138); }

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