Html Css Color HEX #B4DC92 Feijoa

📋 copy color: '#B4DC92'

red 180 ◦ green 220 ◦ blue 146

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

Shades of Feijoa #B4DC92

Tints of Feijoa #B4DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.74%

R = 32.97%
G = 40.29%
B = 26.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B4DC92 (or 0xB4DC92) is known color: Feijoa. HEX triplet: B4, DC and 92. RGB value is (180,220,146). Sum of RGB (Red+Green+Blue) = 180+220+146=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC92 is #4B236D. Grayscale: #C7C7C7. Windows color (decimal): -4924270 or 9624756. OLE color: 9624756.

HSL color Cylindrical-coordinate representation of color #B4DC92: hue angle of 92.43º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4DC92 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 146 -
CMYK 0.18 0 0.34 0.14
HSL 92.43º 0.51% 0.72% -
HSV(B) 92.43º 0.34% 0.86% -
XYZ 49.6 62.97 36.73 -
YUV 199.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 180 220 146 0.18 0 0.34 0.14 92.43 0.51 0.72
Hex B4 DC 92 12 0 22 E 5C 33 48
Octal 264 334 222 22 0 42 16 134 63 110
Binary 10110100 11011100 10010010 10010 0 100010 1110 1011100 110011 1001000

Color Harmonies of #B4DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC92

Black with #B4DC92

Text Example


Text Example

White with #B4DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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