Html Css Color HEX #BCD692 Sprout

📋 copy color: '#BCD692'

red 188 ◦ green 214 ◦ blue 146

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

Shades of Sprout #BCD692

Tints of Sprout #BCD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

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

R = 34.31%
G = 39.05%
B = 26.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BCD692 (or 0xBCD692) is known color: Sprout. HEX triplet: BC, D6 and 92. RGB value is (188,214,146). Sum of RGB (Red+Green+Blue) = 188+214+146=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD692 is #43296D. Grayscale: #C6C6C6. Windows color (decimal): -4401518 or 9623228. OLE color: 9623228.

HSL color Cylindrical-coordinate representation of color #BCD692: hue angle of 82.94º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD692 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 146 -
CMYK 0.12 0 0.32 0.16
HSL 82.94º 0.45% 0.71% -
HSV(B) 82.94º 0.32% 0.84% -
XYZ 49.97 60.86 36.31 -
YUV 198.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 188 214 146 0.12 0 0.32 0.16 82.94 0.45 0.71
Hex BC D6 92 C 0 20 10 53 2D 47
Octal 274 326 222 14 0 40 20 123 55 107
Binary 10111100 11010110 10010010 1100 0 100000 10000 1010011 101101 1000111

Color Harmonies of #BCD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD692

Black with #BCD692

Text Example


Text Example

White with #BCD692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD692; }

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

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

background-color css

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

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

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

border-color css

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

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

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