Html Css Color HEX #BDC99A Sprout

📋 copy color: '#BDC99A'

red 189 ◦ green 201 ◦ blue 154

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

Shades of Sprout #BDC99A

Tints of Sprout #BDC99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 34.74%
G = 36.95%
B = 28.31%

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

#BDC99A (or 0xBDC99A) is known color: Sprout. HEX triplet: BD, C9 and 9A. RGB value is (189,201,154). Sum of RGB (Red+Green+Blue) = 189+201+154=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99A is #423665. Grayscale: #C0C0C0. Windows color (decimal): -4339302 or 10144189. OLE color: 10144189.

HSL color Cylindrical-coordinate representation of color #BDC99A: hue angle of 75.32º 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 #BDC99A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 154 -
CMYK 0.06 0 0.23 0.21
HSL 75.32º 0.3% 0.7% -
HSV(B) 75.32º 0.23% 0.79% -
XYZ 47.71 54.93 38.66 -
YUV 192.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 189 201 154 0.06 0 0.23 0.21 75.32 0.3 0.7
Hex BD C9 9A 6 0 17 15 4B 1E 46
Octal 275 311 232 6 0 27 25 113 36 106
Binary 10111101 11001001 10011010 110 0 10111 10101 1001011 11110 1000110

Color Harmonies of #BDC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC99A

Black with #BDC99A

Text Example


Text Example

White with #BDC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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