Html Css Color HEX #B4DC8D Feijoa

📋 copy color: '#B4DC8D'

red 180 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #B4DC8D

Tints of Feijoa #B4DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 33.27%
G = 40.67%
B = 26.06%

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

#B4DC8D (or 0xB4DC8D) is known color: Feijoa. HEX triplet: B4, DC and 8D. RGB value is (180,220,141). Sum of RGB (Red+Green+Blue) = 180+220+141=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC8D is #4B2372. Grayscale: #C7C7C7. Windows color (decimal): -4924275 or 9297076. OLE color: 9297076.

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

Color convert

RGB 180 220 141 -
CMYK 0.18 0 0.36 0.14
HSL 90.38º 0.53% 0.71% -
HSV(B) 90.38º 0.36% 0.86% -
XYZ 49.22 62.81 34.73 -
YUV 199.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 180 220 141 0.18 0 0.36 0.14 90.38 0.53 0.71
Hex B4 DC 8D 12 0 24 E 5A 35 47
Octal 264 334 215 22 0 44 16 132 65 107
Binary 10110100 11011100 10001101 10010 0 100100 1110 1011010 110101 1000111

Color Harmonies of #B4DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC8D

Black with #B4DC8D

Text Example


Text Example

White with #B4DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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