Html Css Color HEX #BDDF96 Sprout

📋 copy color: '#BDDF96'

red 189 ◦ green 223 ◦ blue 150

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

Shades of Sprout #BDDF96

Tints of Sprout #BDDF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

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

R = 33.63%
G = 39.68%
B = 26.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BDDF96 (or 0xBDDF96) is known color: Sprout. HEX triplet: BD, DF and 96. RGB value is (189,223,150). Sum of RGB (Red+Green+Blue) = 189+223+150=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF96 is #422069. Grayscale: #CCCCCC. Windows color (decimal): -4333674 or 9887677. OLE color: 9887677.

HSL color Cylindrical-coordinate representation of color #BDDF96: hue angle of 87.95º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDF96 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 150 -
CMYK 0.15 0 0.33 0.13
HSL 87.95º 0.53% 0.73% -
HSV(B) 87.95º 0.33% 0.87% -
XYZ 52.88 65.8 38.77 -
YUV 204.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 189 223 150 0.15 0 0.33 0.13 87.95 0.53 0.73
Hex BD DF 96 F 0 21 D 58 35 49
Octal 275 337 226 17 0 41 15 130 65 111
Binary 10111101 11011111 10010110 1111 0 100001 1101 1011000 110101 1001001

Color Harmonies of #BDDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF96

Black with #BDDF96

Text Example


Text Example

White with #BDDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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