Html Css Color HEX #B4D08E Sprout

📋 copy color: '#B4D08E'

red 180 ◦ green 208 ◦ blue 142

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

Shades of Sprout #B4D08E

Tints of Sprout #B4D08E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.25%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 33.96%
G = 39.25%
B = 26.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#B4D08E (or 0xB4D08E) is known color: Sprout. HEX triplet: B4, D0 and 8E. RGB value is (180,208,142). Sum of RGB (Red+Green+Blue) = 180+208+142=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D08E is #4B2F71. Grayscale: #C0C0C0. Windows color (decimal): -4927346 or 9359540. OLE color: 9359540.

HSL color Cylindrical-coordinate representation of color #B4D08E: hue angle of 85.45º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4D08E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 142 -
CMYK 0.13 0 0.32 0.18
HSL 85.45º 0.41% 0.69% -
HSV(B) 85.45º 0.32% 0.82% -
XYZ 46.26 56.77 34.11 -
YUV 192.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 180 208 142 0.13 0 0.32 0.18 85.45 0.41 0.69
Hex B4 D0 8E D 0 20 12 55 29 45
Octal 264 320 216 15 0 40 22 125 51 105
Binary 10110100 11010000 10001110 1101 0 100000 10010 1010101 101001 1000101

Color Harmonies of #B4D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D08E

Black with #B4D08E

Text Example


Text Example

White with #B4D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D08E; }

 p { color: rgb(180,208,142); }

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

background-color css

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

 a { background-color: rgb(180,208,142); }

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

border-color css

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

 span { border-color: rgb(180,208,142); }

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