Html Css Color HEX #BDCD8D Sprout

📋 copy color: '#BDCD8D'

red 189 ◦ green 205 ◦ blue 141

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

Shades of Sprout #BDCD8D

Tints of Sprout #BDCD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 35.33%
G = 38.32%
B = 26.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#BDCD8D (or 0xBDCD8D) is known color: Sprout. HEX triplet: BD, CD and 8D. RGB value is (189,205,141). Sum of RGB (Red+Green+Blue) = 189+205+141=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8D is #423272. Grayscale: #C1C1C1. Windows color (decimal): -4338291 or 9293245. OLE color: 9293245.

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

Color convert

RGB 189 205 141 -
CMYK 0.08 0 0.31 0.20
HSL 75º 0.39% 0.68% -
HSV(B) 75º 0.31% 0.8% -
XYZ 47.63 56.4 33.58 -
YUV 192.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 189 205 141 0.08 0 0.31 0.20 75 0.39 0.68
Hex BD CD 8D 8 0 1F 14 4B 27 44
Octal 275 315 215 10 0 37 24 113 47 104
Binary 10111101 11001101 10001101 1000 0 11111 10100 1001011 100111 1000100

Color Harmonies of #BDCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD8D

Black with #BDCD8D

Text Example


Text Example

White with #BDCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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