Html Css Color HEX #B4DC8C Feijoa

📋 copy color: '#B4DC8C'

red 180 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #B4DC8C

Tints of Feijoa #B4DC8C

RGB

 RED value IS 180 (70.7% from 255) = 33.33%

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

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

R = 33.33%
G = 40.74%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#B4DC8C (or 0xB4DC8C) is known color: Feijoa. HEX triplet: B4, DC and 8C. RGB value is (180,220,140). Sum of RGB (Red+Green+Blue) = 180+220+140=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC8C is #4B2373. Grayscale: #C7C7C7. Windows color (decimal): -4924276 or 9231540. OLE color: 9231540.

HSL color Cylindrical-coordinate representation of color #B4DC8C: hue angle of 90º 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 #B4DC8C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 140 -
CMYK 0.18 0 0.36 0.14
HSL 90º 0.53% 0.71% -
HSV(B) 90º 0.36% 0.86% -
XYZ 49.15 62.78 34.34 -
YUV 198.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 180 220 140 0.18 0 0.36 0.14 90 0.53 0.71
Hex B4 DC 8C 12 0 24 E 5A 35 47
Octal 264 334 214 22 0 44 16 132 65 107
Binary 10110100 11011100 10001100 10010 0 100100 1110 1011010 110101 1000111

Color Harmonies of #B4DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC8C

Black with #B4DC8C

Text Example


Text Example

White with #B4DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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