Html Css Color HEX #BDCD94 Sprout

📋 copy color: '#BDCD94'

red 189 ◦ green 205 ◦ blue 148

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

Shades of Sprout #BDCD94

Tints of Sprout #BDCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 34.87%
G = 37.82%
B = 27.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BDCD94 (or 0xBDCD94) is known color: Sprout. HEX triplet: BD, CD and 94. RGB value is (189,205,148). Sum of RGB (Red+Green+Blue) = 189+205+148=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD94 is #42326B. Grayscale: #C1C1C1. Windows color (decimal): -4338284 or 9751997. OLE color: 9751997.

HSL color Cylindrical-coordinate representation of color #BDCD94: hue angle of 76.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDCD94 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 148 -
CMYK 0.08 0 0.28 0.20
HSL 76.84º 0.36% 0.69% -
HSV(B) 76.84º 0.28% 0.8% -
XYZ 48.16 56.62 36.41 -
YUV 193.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 189 205 148 0.08 0 0.28 0.20 76.84 0.36 0.69
Hex BD CD 94 8 0 1C 14 4D 24 45
Octal 275 315 224 10 0 34 24 115 44 105
Binary 10111101 11001101 10010100 1000 0 11100 10100 1001101 100100 1000101

Color Harmonies of #BDCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD94

Black with #BDCD94

Text Example


Text Example

White with #BDCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD94; }

 p { color: rgb(189,205,148); }

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

background-color css

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

 a { background-color: rgb(189,205,148); }

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

border-color css

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

 span { border-color: rgb(189,205,148); }

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