Html Css Color HEX #BDCB93 Sprout

📋 copy color: '#BDCB93'

red 189 ◦ green 203 ◦ blue 147

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

Shades of Sprout #BDCB93

Tints of Sprout #BDCB93

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 147 (57.81% from 255) = 27.27%

R = 35.06%
G = 37.66%
B = 27.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BDCB93 (or 0xBDCB93) is known color: Sprout. HEX triplet: BD, CB and 93. RGB value is (189,203,147). Sum of RGB (Red+Green+Blue) = 189+203+147=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB93 is #42346C. Grayscale: #C0C0C0. Windows color (decimal): -4338797 or 9685949. OLE color: 9685949.

HSL color Cylindrical-coordinate representation of color #BDCB93: hue angle of 75º degrees, saturation: 0.35, 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 #BDCB93 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 147 -
CMYK 0.07 0 0.28 0.20
HSL 75º 0.35% 0.69% -
HSV(B) 75º 0.28% 0.8% -
XYZ 47.61 55.64 35.83 -
YUV 192.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 189 203 147 0.07 0 0.28 0.20 75 0.35 0.69
Hex BD CB 93 7 0 1C 14 4B 23 45
Octal 275 313 223 7 0 34 24 113 43 105
Binary 10111101 11001011 10010011 111 0 11100 10100 1001011 100011 1000101

Color Harmonies of #BDCB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB93

Black with #BDCB93

Text Example


Text Example

White with #BDCB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB93; }

 p { color: rgb(189,203,147); }

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

background-color css

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

 a { background-color: rgb(189,203,147); }

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

border-color css

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

 span { border-color: rgb(189,203,147); }

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