Html Css Color HEX #BDCD90 Sprout

📋 copy color: '#BDCD90'

red 189 ◦ green 205 ◦ blue 144

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

Shades of Sprout #BDCD90

Tints of Sprout #BDCD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.77%

R = 35.13%
G = 38.1%
B = 26.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#BDCD90 (or 0xBDCD90) is known color: Sprout. HEX triplet: BD, CD and 90. RGB value is (189,205,144). Sum of RGB (Red+Green+Blue) = 189+205+144=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD90 is #42326F. Grayscale: #C1C1C1. Windows color (decimal): -4338288 or 9489853. OLE color: 9489853.

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

Color convert

RGB 189 205 144 -
CMYK 0.08 0 0.30 0.20
HSL 75.74º 0.38% 0.68% -
HSV(B) 75.74º 0.3% 0.8% -
XYZ 47.85 56.5 34.77 -
YUV 193.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 189 205 144 0.08 0 0.30 0.20 75.74 0.38 0.68
Hex BD CD 90 8 0 1E 14 4C 26 44
Octal 275 315 220 10 0 36 24 114 46 104
Binary 10111101 11001101 10010000 1000 0 11110 10100 1001100 100110 1000100

Color Harmonies of #BDCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD90

Black with #BDCD90

Text Example


Text Example

White with #BDCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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