Html Css Color HEX #B4D68B Feijoa

📋 copy color: '#B4D68B'

red 180 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #B4D68B

Tints of Feijoa #B4D68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 33.77%
G = 40.15%
B = 26.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#B4D68B (or 0xB4D68B) is known color: Feijoa. HEX triplet: B4, D6 and 8B. RGB value is (180,214,139). Sum of RGB (Red+Green+Blue) = 180+214+139=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D68B is #4B2974. Grayscale: #C3C3C3. Windows color (decimal): -4925813 or 9164468. OLE color: 9164468.

HSL color Cylindrical-coordinate representation of color #B4D68B: hue angle of 87.2º degrees, saturation: 0.48, 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 #B4D68B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 139 -
CMYK 0.16 0 0.35 0.16
HSL 87.2º 0.48% 0.69% -
HSV(B) 87.2º 0.35% 0.84% -
XYZ 47.53 59.66 33.44 -
YUV 195.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 180 214 139 0.16 0 0.35 0.16 87.2 0.48 0.69
Hex B4 D6 8B 10 0 23 10 57 30 45
Octal 264 326 213 20 0 43 20 127 60 105
Binary 10110100 11010110 10001011 10000 0 100011 10000 1010111 110000 1000101

Color Harmonies of #B4D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D68B

Black with #B4D68B

Text Example


Text Example

White with #B4D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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