Html Css Color HEX #B4D58B Feijoa

📋 copy color: '#B4D58B'

red 180 ◦ green 213 ◦ blue 139

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

Shades of Feijoa #B4D58B

Tints of Feijoa #B4D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 33.83%
G = 40.04%
B = 26.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#B4D58B (or 0xB4D58B) is known color: Feijoa. HEX triplet: B4, D5 and 8B. RGB value is (180,213,139). Sum of RGB (Red+Green+Blue) = 180+213+139=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D58B is #4B2A74. Grayscale: #C2C2C2. Windows color (decimal): -4926069 or 9164212. OLE color: 9164212.

HSL color Cylindrical-coordinate representation of color #B4D58B: hue angle of 86.76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4D58B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 213 139 -
CMYK 0.15 0 0.35 0.16
HSL 86.76º 0.47% 0.69% -
HSV(B) 86.76º 0.35% 0.84% -
XYZ 47.28 59.16 33.35 -
YUV 194.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 180 213 139 0.15 0 0.35 0.16 86.76 0.47 0.69
Hex B4 D5 8B F 0 23 10 57 2F 45
Octal 264 325 213 17 0 43 20 127 57 105
Binary 10110100 11010101 10001011 1111 0 100011 10000 1010111 101111 1000101

Color Harmonies of #B4D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D58B

Black with #B4D58B

Text Example


Text Example

White with #B4D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D58B; }

 p { color: rgb(180,213,139); }

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

background-color css

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

 a { background-color: rgb(180,213,139); }

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

border-color css

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

 span { border-color: rgb(180,213,139); }

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