Html Css Color HEX #BCCF99 Sprout

📋 copy color: '#BCCF99'

red 188 ◦ green 207 ◦ blue 153

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

Shades of Sprout #BCCF99

Tints of Sprout #BCCF99

RGB

 RED value IS 188 (73.83% from 255) = 34.31%

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

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

R = 34.31%
G = 37.77%
B = 27.92%

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

#BCCF99 (or 0xBCCF99) is known color: Sprout. HEX triplet: BC, CF and 99. RGB value is (188,207,153). Sum of RGB (Red+Green+Blue) = 188+207+153=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF99 is #433066. Grayscale: #C3C3C3. Windows color (decimal): -4403303 or 10080188. OLE color: 10080188.

HSL color Cylindrical-coordinate representation of color #BCCF99: hue angle of 81.11º 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 #BCCF99 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 153 -
CMYK 0.09 0 0.26 0.19
HSL 81.11º 0.36% 0.71% -
HSV(B) 81.11º 0.26% 0.81% -
XYZ 48.8 57.62 38.69 -
YUV 195.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 188 207 153 0.09 0 0.26 0.19 81.11 0.36 0.71
Hex BC CF 99 9 0 1A 13 51 24 47
Octal 274 317 231 11 0 32 23 121 44 107
Binary 10111100 11001111 10011001 1001 0 11010 10011 1010001 100100 1000111

Color Harmonies of #BCCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF99

Black with #BCCF99

Text Example


Text Example

White with #BCCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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