Html Css Color HEX #BDCC96 Sprout

📋 copy color: '#BDCC96'

red 189 ◦ green 204 ◦ blue 150

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

Shades of Sprout #BDCC96

Tints of Sprout #BDCC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 34.81%
G = 37.57%
B = 27.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#BDCC96 (or 0xBDCC96) is known color: Sprout. HEX triplet: BD, CC and 96. RGB value is (189,204,150). Sum of RGB (Red+Green+Blue) = 189+204+150=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC96 is #423369. Grayscale: #C1C1C1. Windows color (decimal): -4338538 or 9882813. OLE color: 9882813.

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

Color convert

RGB 189 204 150 -
CMYK 0.07 0 0.26 0.2
HSL 76.67º 0.35% 0.69% -
HSV(B) 76.67º 0.26% 0.8% -
XYZ 48.08 56.21 37.17 -
YUV 193.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 189 204 150 0.07 0 0.26 0.2 76.67 0.35 0.69
Hex BD CC 96 7 0 1A 14 4D 23 45
Octal 275 314 226 7 0 32 24 115 43 105
Binary 10111101 11001100 10010110 111 0 11010 10100 1001101 100011 1000101

Color Harmonies of #BDCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC96

Black with #BDCC96

Text Example


Text Example

White with #BDCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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