Html Css Color HEX #B4CE9A Sprout

📋 copy color: '#B4CE9A'

red 180 ◦ green 206 ◦ blue 154

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

Shades of Sprout #B4CE9A

Tints of Sprout #B4CE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 33.33%
G = 38.15%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#B4CE9A (or 0xB4CE9A) is known color: Sprout. HEX triplet: B4, CE and 9A. RGB value is (180,206,154). Sum of RGB (Red+Green+Blue) = 180+206+154=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CE9A is #4B3165. Grayscale: #C0C0C0. Windows color (decimal): -4927846 or 10145460. OLE color: 10145460.

HSL color Cylindrical-coordinate representation of color #B4CE9A: hue angle of 90º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4CE9A is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 154 -
CMYK 0.13 0 0.25 0.19
HSL 90º 0.35% 0.71% -
HSV(B) 90º 0.25% 0.81% -
XYZ 46.73 56.18 38.95 -
YUV 192.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 180 206 154 0.13 0 0.25 0.19 90 0.35 0.71
Hex B4 CE 9A D 0 19 13 5A 23 47
Octal 264 316 232 15 0 31 23 132 43 107
Binary 10110100 11001110 10011010 1101 0 11001 10011 1011010 100011 1000111

Color Harmonies of #B4CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE9A

Black with #B4CE9A

Text Example


Text Example

White with #B4CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE9A; }

 p { color: rgb(180,206,154); }

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

background-color css

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

 a { background-color: rgb(180,206,154); }

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

border-color css

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

 span { border-color: rgb(180,206,154); }

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