Html Css Color HEX #BDCC98 Sprout

📋 copy color: '#BDCC98'

red 189 ◦ green 204 ◦ blue 152

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

Shades of Sprout #BDCC98

Tints of Sprout #BDCC98

RGB

 RED value IS 189 (74.22% from 255) = 34.68%

 GREEN value IS 204 (80.08% from 255) = 37.43%

 BLUE value IS 152 (59.77% from 255) = 27.89%

R = 34.68%
G = 37.43%
B = 27.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BDCC98 (or 0xBDCC98) is known color: Sprout. HEX triplet: BD, CC and 98. RGB value is (189,204,152). Sum of RGB (Red+Green+Blue) = 189+204+152=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC98 is #423367. Grayscale: #C1C1C1. Windows color (decimal): -4338536 or 10013885. OLE color: 10013885.

HSL color Cylindrical-coordinate representation of color #BDCC98: hue angle of 77.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCC98 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 152 -
CMYK 0.07 0 0.25 0.2
HSL 77.31º 0.34% 0.7% -
HSV(B) 77.31º 0.25% 0.8% -
XYZ 48.25 56.27 38.02 -
YUV 193.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 189 204 152 0.07 0 0.25 0.2 77.31 0.34 0.7
Hex BD CC 98 7 0 19 14 4D 22 46
Octal 275 314 230 7 0 31 24 115 42 106
Binary 10111101 11001100 10011000 111 0 11001 10100 1001101 100010 1000110

Color Harmonies of #BDCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC98

Black with #BDCC98

Text Example


Text Example

White with #BDCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC98; }

 p { color: rgb(189,204,152); }

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

background-color css

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

 a { background-color: rgb(189,204,152); }

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

border-color css

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

 span { border-color: rgb(189,204,152); }

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