Html Css Color HEX #BDCC91 Sprout

📋 copy color: '#BDCC91'

red 189 ◦ green 204 ◦ blue 145

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

Shades of Sprout #BDCC91

Tints of Sprout #BDCC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.95%

R = 35.13%
G = 37.92%
B = 26.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#BDCC91 (or 0xBDCC91) is known color: Sprout. HEX triplet: BD, CC and 91. RGB value is (189,204,145). Sum of RGB (Red+Green+Blue) = 189+204+145=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC91 is #42336E. Grayscale: #C1C1C1. Windows color (decimal): -4338543 or 9555133. OLE color: 9555133.

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

Color convert

RGB 189 204 145 -
CMYK 0.07 0 0.29 0.2
HSL 75.25º 0.37% 0.68% -
HSV(B) 75.25º 0.29% 0.8% -
XYZ 47.69 56.05 35.09 -
YUV 192.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 189 204 145 0.07 0 0.29 0.2 75.25 0.37 0.68
Hex BD CC 91 7 0 1D 14 4B 25 44
Octal 275 314 221 7 0 35 24 113 45 104
Binary 10111101 11001100 10010001 111 0 11101 10100 1001011 100101 1000100

Color Harmonies of #BDCC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC91

Black with #BDCC91

Text Example


Text Example

White with #BDCC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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