Html Css Color HEX #BCD68B Sprout

📋 copy color: '#BCD68B'

red 188 ◦ green 214 ◦ blue 139

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

Shades of Sprout #BCD68B

Tints of Sprout #BCD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.69%

R = 34.75%
G = 39.56%
B = 25.69%

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

#BCD68B (or 0xBCD68B) is known color: Sprout. HEX triplet: BC, D6 and 8B. RGB value is (188,214,139). Sum of RGB (Red+Green+Blue) = 188+214+139=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68B is #432974. Grayscale: #C5C5C5. Windows color (decimal): -4401525 or 9164476. OLE color: 9164476.

HSL color Cylindrical-coordinate representation of color #BCD68B: hue angle of 80.8º degrees, saturation: 0.48, 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 #BCD68B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 139 -
CMYK 0.12 0 0.35 0.16
HSL 80.8º 0.48% 0.69% -
HSV(B) 80.8º 0.35% 0.84% -
XYZ 49.45 60.65 33.53 -
YUV 197.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 188 214 139 0.12 0 0.35 0.16 80.8 0.48 0.69
Hex BC D6 8B C 0 23 10 51 30 45
Octal 274 326 213 14 0 43 20 121 60 105
Binary 10111100 11010110 10001011 1100 0 100011 10000 1010001 110000 1000101

Color Harmonies of #BCD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD68B

Black with #BCD68B

Text Example


Text Example

White with #BCD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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