Html Css Color HEX #BDCF99 Sprout

📋 copy color: '#BDCF99'

red 189 ◦ green 207 ◦ blue 153

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

Shades of Sprout #BDCF99

Tints of Sprout #BDCF99

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.7%

 BLUE value IS 153 (60.16% from 255) = 27.87%

R = 34.43%
G = 37.7%
B = 27.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BDCF99 (or 0xBDCF99) is known color: Sprout. HEX triplet: BD, CF and 99. RGB value is (189,207,153). Sum of RGB (Red+Green+Blue) = 189+207+153=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF99 is #423066. Grayscale: #C3C3C3. Windows color (decimal): -4337767 or 10080189. OLE color: 10080189.

HSL color Cylindrical-coordinate representation of color #BDCF99: hue angle of 80º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCF99 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 153 -
CMYK 0.09 0 0.26 0.19
HSL 80º 0.36% 0.71% -
HSV(B) 80º 0.26% 0.81% -
XYZ 49.05 57.74 38.7 -
YUV 195.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 189 207 153 0.09 0 0.26 0.19 80 0.36 0.71
Hex BD CF 99 9 0 1A 13 50 24 47
Octal 275 317 231 11 0 32 23 120 44 107
Binary 10111101 11001111 10011001 1001 0 11010 10011 1010000 100100 1000111

Color Harmonies of #BDCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF99

Black with #BDCF99

Text Example


Text Example

White with #BDCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF99; }

 p { color: rgb(189,207,153); }

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

background-color css

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

 a { background-color: rgb(189,207,153); }

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

border-color css

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

 span { border-color: rgb(189,207,153); }

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