Html Css Color HEX #BCD092 Sprout

📋 copy color: '#BCD092'

red 188 ◦ green 208 ◦ blue 146

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

Shades of Sprout #BCD092

Tints of Sprout #BCD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

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

R = 34.69%
G = 38.38%
B = 26.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BCD092 (or 0xBCD092) is known color: Sprout. HEX triplet: BC, D0 and 92. RGB value is (188,208,146). Sum of RGB (Red+Green+Blue) = 188+208+146=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD092 is #432F6D. Grayscale: #C3C3C3. Windows color (decimal): -4403054 or 9621692. OLE color: 9621692.

HSL color Cylindrical-coordinate representation of color #BCD092: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD092 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 146 -
CMYK 0.10 0 0.30 0.18
HSL 79.35º 0.4% 0.69% -
HSV(B) 79.35º 0.3% 0.82% -
XYZ 48.48 57.88 35.81 -
YUV 194.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 188 208 146 0.10 0 0.30 0.18 79.35 0.4 0.69
Hex BC D0 92 A 0 1E 12 4F 28 45
Octal 274 320 222 12 0 36 22 117 50 105
Binary 10111100 11010000 10010010 1010 0 11110 10010 1001111 101000 1000101

Color Harmonies of #BCD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD092

Black with #BCD092

Text Example


Text Example

White with #BCD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD092; }

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

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

background-color css

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

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

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

border-color css

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

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

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