Html Css Color HEX #B4DB83 Feijoa

📋 copy color: '#B4DB83'

red 180 ◦ green 219 ◦ blue 131

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

Shades of Feijoa #B4DB83

Tints of Feijoa #B4DB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 33.96%
G = 41.32%
B = 24.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#B4DB83 (or 0xB4DB83) is known color: Feijoa. HEX triplet: B4, DB and 83. RGB value is (180,219,131). Sum of RGB (Red+Green+Blue) = 180+219+131=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB83 is #4B247C. Grayscale: #C5C5C5. Windows color (decimal): -4924541 or 8641460. OLE color: 8641460.

HSL color Cylindrical-coordinate representation of color #B4DB83: hue angle of 86.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4DB83 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 131 -
CMYK 0.18 0 0.40 0.14
HSL 86.59º 0.55% 0.69% -
HSV(B) 86.59º 0.4% 0.86% -
XYZ 48.25 62.01 30.9 -
YUV 197.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 180 219 131 0.18 0 0.40 0.14 86.59 0.55 0.69
Hex B4 DB 83 12 0 28 E 57 37 45
Octal 264 333 203 22 0 50 16 127 67 105
Binary 10110100 11011011 10000011 10010 0 101000 1110 1010111 110111 1000101

Color Harmonies of #B4DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB83

Black with #B4DB83

Text Example


Text Example

White with #B4DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB83; }

 p { color: rgb(180,219,131); }

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

background-color css

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

 a { background-color: rgb(180,219,131); }

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

border-color css

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

 span { border-color: rgb(180,219,131); }

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