Html Css Color HEX #BCD68A Sprout

📋 copy color: '#BCD68A'

red 188 ◦ green 214 ◦ blue 138

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

Shades of Sprout #BCD68A

Tints of Sprout #BCD68A

RGB

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

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

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

R = 34.81%
G = 39.63%
B = 25.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BCD68A (or 0xBCD68A) is known color: Sprout. HEX triplet: BC, D6 and 8A. RGB value is (188,214,138). Sum of RGB (Red+Green+Blue) = 188+214+138=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68A is #432975. Grayscale: #C5C5C5. Windows color (decimal): -4401526 or 9098940. OLE color: 9098940.

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

Color convert

RGB 188 214 138 -
CMYK 0.12 0 0.36 0.16
HSL 80.53º 0.48% 0.69% -
HSV(B) 80.53º 0.36% 0.84% -
XYZ 49.37 60.62 33.14 -
YUV 197.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 188 214 138 0.12 0 0.36 0.16 80.53 0.48 0.69
Hex BC D6 8A C 0 24 10 51 30 45
Octal 274 326 212 14 0 44 20 121 60 105
Binary 10111100 11010110 10001010 1100 0 100100 10000 1010001 110000 1000101

Color Harmonies of #BCD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD68A

Black with #BCD68A

Text Example


Text Example

White with #BCD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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