Html Css Color HEX #BCDA92 Sprout

📋 copy color: '#BCDA92'

red 188 ◦ green 218 ◦ blue 146

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

Shades of Sprout #BCDA92

Tints of Sprout #BCDA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 146 (57.42% from 255) = 26.45%

R = 34.06%
G = 39.49%
B = 26.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#BCDA92 (or 0xBCDA92) is known color: Sprout. HEX triplet: BC, DA and 92. RGB value is (188,218,146). Sum of RGB (Red+Green+Blue) = 188+218+146=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA92 is #43256D. Grayscale: #C9C9C9. Windows color (decimal): -4400494 or 9624252. OLE color: 9624252.

HSL color Cylindrical-coordinate representation of color #BCDA92: hue angle of 85º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDA92 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 146 -
CMYK 0.14 0 0.33 0.15
HSL 85º 0.49% 0.71% -
HSV(B) 85º 0.33% 0.85% -
XYZ 51 62.91 36.65 -
YUV 200.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 188 218 146 0.14 0 0.33 0.15 85 0.49 0.71
Hex BC DA 92 E 0 21 F 55 31 47
Octal 274 332 222 16 0 41 17 125 61 107
Binary 10111100 11011010 10010010 1110 0 100001 1111 1010101 110001 1000111

Color Harmonies of #BCDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA92

Black with #BCDA92

Text Example


Text Example

White with #BCDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA92; }

 p { color: rgb(188,218,146); }

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

background-color css

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

 a { background-color: rgb(188,218,146); }

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

border-color css

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

 span { border-color: rgb(188,218,146); }

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