Html Css Color HEX #BDC99B Sprout

📋 copy color: '#BDC99B'

red 189 ◦ green 201 ◦ blue 155

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

Shades of Sprout #BDC99B

Tints of Sprout #BDC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 155 (60.94% from 255) = 28.44%

R = 34.68%
G = 36.88%
B = 28.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BDC99B (or 0xBDC99B) is known color: Sprout. HEX triplet: BD, C9 and 9B. RGB value is (189,201,155). Sum of RGB (Red+Green+Blue) = 189+201+155=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99B is #423664. Grayscale: #C0C0C0. Windows color (decimal): -4339301 or 10209725. OLE color: 10209725.

HSL color Cylindrical-coordinate representation of color #BDC99B: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC99B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 155 -
CMYK 0.06 0 0.23 0.21
HSL 75.65º 0.3% 0.7% -
HSV(B) 75.65º 0.23% 0.79% -
XYZ 47.79 54.96 39.1 -
YUV 192.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 189 201 155 0.06 0 0.23 0.21 75.65 0.3 0.7
Hex BD C9 9B 6 0 17 15 4C 1E 46
Octal 275 311 233 6 0 27 25 114 36 106
Binary 10111101 11001001 10011011 110 0 10111 10101 1001100 11110 1000110

Color Harmonies of #BDC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC99B

Black with #BDC99B

Text Example


Text Example

White with #BDC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC99B; }

 p { color: rgb(189,201,155); }

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

background-color css

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

 a { background-color: rgb(189,201,155); }

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

border-color css

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

 span { border-color: rgb(189,201,155); }

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