Html Css Color HEX #B8DC8C Feijoa

📋 copy color: '#B8DC8C'

red 184 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #B8DC8C

Tints of Feijoa #B8DC8C

RGB

 RED value IS 184 (72.27% from 255) = 33.82%

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

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

R = 33.82%
G = 40.44%
B = 25.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#B8DC8C (or 0xB8DC8C) is known color: Feijoa. HEX triplet: B8, DC and 8C. RGB value is (184,220,140). Sum of RGB (Red+Green+Blue) = 184+220+140=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC8C is #472373. Grayscale: #C8C8C8. Windows color (decimal): -4662132 or 9231544. OLE color: 9231544.

HSL color Cylindrical-coordinate representation of color #B8DC8C: hue angle of 87º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8DC8C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 140 -
CMYK 0.16 0 0.36 0.14
HSL 87º 0.53% 0.71% -
HSV(B) 87º 0.36% 0.86% -
XYZ 50.09 63.27 34.38 -
YUV 200.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 184 220 140 0.16 0 0.36 0.14 87 0.53 0.71
Hex B8 DC 8C 10 0 24 E 57 35 47
Octal 270 334 214 20 0 44 16 127 65 107
Binary 10111000 11011100 10001100 10000 0 100100 1110 1010111 110101 1000111

Color Harmonies of #B8DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC8C

Black with #B8DC8C

Text Example


Text Example

White with #B8DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC8C; }

 p { color: rgb(184,220,140); }

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

background-color css

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

 a { background-color: rgb(184,220,140); }

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

border-color css

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

 span { border-color: rgb(184,220,140); }

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