Html Css Color HEX #BCD58A Sprout

📋 copy color: '#BCD58A'

red 188 ◦ green 213 ◦ blue 138

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

Shades of Sprout #BCD58A

Tints of Sprout #BCD58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 34.88%
G = 39.52%
B = 25.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BCD58A (or 0xBCD58A) is known color: Sprout. HEX triplet: BC, D5 and 8A. RGB value is (188,213,138). Sum of RGB (Red+Green+Blue) = 188+213+138=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD58A is #432A75. Grayscale: #C5C5C5. Windows color (decimal): -4401782 or 9098684. OLE color: 9098684.

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

Color convert

RGB 188 213 138 -
CMYK 0.12 0 0.35 0.16
HSL 80º 0.47% 0.69% -
HSV(B) 80º 0.35% 0.84% -
XYZ 49.12 60.11 33.06 -
YUV 196.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 188 213 138 0.12 0 0.35 0.16 80 0.47 0.69
Hex BC D5 8A C 0 23 10 50 2F 45
Octal 274 325 212 14 0 43 20 120 57 105
Binary 10111100 11010101 10001010 1100 0 100011 10000 1010000 101111 1000101

Color Harmonies of #BCD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD58A

Black with #BCD58A

Text Example


Text Example

White with #BCD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD58A; }

 p { color: rgb(188,213,138); }

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

background-color css

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

 a { background-color: rgb(188,213,138); }

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

border-color css

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

 span { border-color: rgb(188,213,138); }

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