#B4CD98

Color #B4CD98 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B4CD98

Tints of Sprout #B4CD98

Color information

#B4CD98 (or 0xB4CD98) is unknown color: approx Sprout. HEX triplet: B4, CD and 98. RGB value is (180,205,152). Sum of RGB (Red+Green+Blue) = 180+205+152=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CD98 is #4B3267. Grayscale: #BFBFBF. Windows color (decimal): -4928104 or 10014132. OLE color: 10014132.

HSL color Cylindrical-coordinate representation of color #B4CD98: hue angle of 88.3º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4CD98 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB180205152-
CMYK0.1200.260.20
HSL88.3º34.64%70%-
HSV(B)88.3º25.85%80.39%-
XYZ46.3255.6338-
YUV191.48105.72119.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=33.52%
G=38.18%
B=28.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051520.1200.260.2088.334.6470
HexB4CD98C01A14582346
Octal264315230140322413043106
Binary10110100110011011001100011000110101010010110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD98; }

 p { color: rgb(180,205,152); }

 H1.HeaderClassName
 {
   color: #B4CD98;
 }
 .AnyTagClassName
 {
   color: #B4CD98;
 }
</style>
background-color css

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

 a { background-color: rgb(180,205,152); }

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

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

 span { border-color: rgb(180,205,152); }

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