Html Css Color HEX #B4D08B Sprout

📋 copy color: '#B4D08B'

red 180 ◦ green 208 ◦ blue 139

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

Shades of Sprout #B4D08B

Tints of Sprout #B4D08B

RGB

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

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

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

R = 34.16%
G = 39.47%
B = 26.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#B4D08B (or 0xB4D08B) is known color: Sprout. HEX triplet: B4, D0 and 8B. RGB value is (180,208,139). Sum of RGB (Red+Green+Blue) = 180+208+139=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D08B is #4B2F74. Grayscale: #C0C0C0. Windows color (decimal): -4927349 or 9162932. OLE color: 9162932.

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

Color convert

RGB 180 208 139 -
CMYK 0.13 0 0.33 0.18
HSL 84.35º 0.42% 0.68% -
HSV(B) 84.35º 0.33% 0.82% -
XYZ 46.04 56.68 32.94 -
YUV 191.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 180 208 139 0.13 0 0.33 0.18 84.35 0.42 0.68
Hex B4 D0 8B D 0 21 12 54 2A 44
Octal 264 320 213 15 0 41 22 124 52 104
Binary 10110100 11010000 10001011 1101 0 100001 10010 1010100 101010 1000100

Color Harmonies of #B4D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D08B

Black with #B4D08B

Text Example


Text Example

White with #B4D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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