Html Css Color HEX #B4DD92 Feijoa

📋 copy color: '#B4DD92'

red 180 ◦ green 221 ◦ blue 146

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

Shades of Feijoa #B4DD92

Tints of Feijoa #B4DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 32.91%
G = 40.4%
B = 26.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#B4DD92 (or 0xB4DD92) is known color: Feijoa. HEX triplet: B4, DD and 92. RGB value is (180,221,146). Sum of RGB (Red+Green+Blue) = 180+221+146=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD92 is #4B226D. Grayscale: #C8C8C8. Windows color (decimal): -4924014 or 9625012. OLE color: 9625012.

HSL color Cylindrical-coordinate representation of color #B4DD92: hue angle of 92.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4DD92 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 221 146 -
CMYK 0.19 0 0.34 0.13
HSL 92.8º 0.52% 0.72% -
HSV(B) 92.8º 0.34% 0.87% -
XYZ 49.87 63.49 36.82 -
YUV 200.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 180 221 146 0.19 0 0.34 0.13 92.8 0.52 0.72
Hex B4 DD 92 13 0 22 D 5D 34 48
Octal 264 335 222 23 0 42 15 135 64 110
Binary 10110100 11011101 10010010 10011 0 100010 1101 1011101 110100 1001000

Color Harmonies of #B4DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DD92

Black with #B4DD92

Text Example


Text Example

White with #B4DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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