Html Css Color HEX #BCD87C Sulu

📋 copy color: '#BCD87C'

red 188 ◦ green 216 ◦ blue 124

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

Shades of Sulu #BCD87C

Tints of Sulu #BCD87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 35.61%
G = 40.91%
B = 23.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#BCD87C (or 0xBCD87C) is known color: Sulu. HEX triplet: BC, D8 and 7C. RGB value is (188,216,124). Sum of RGB (Red+Green+Blue) = 188+216+124=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD87C is #432783. Grayscale: #C5C5C5. Windows color (decimal): -4401028 or 8181948. OLE color: 8181948.

HSL color Cylindrical-coordinate representation of color #BCD87C: hue angle of 78.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD87C is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 124 -
CMYK 0.13 0 0.43 0.15
HSL 78.26º 0.54% 0.67% -
HSV(B) 78.26º 0.43% 0.85% -
XYZ 48.93 61.26 28.31 -
YUV 197.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 188 216 124 0.13 0 0.43 0.15 78.26 0.54 0.67
Hex BC D8 7C D 0 2B F 4E 36 43
Octal 274 330 174 15 0 53 17 116 66 103
Binary 10111100 11011000 1111100 1101 0 101011 1111 1001110 110110 1000011

Color Harmonies of #BCD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD87C

Black with #BCD87C

Text Example


Text Example

White with #BCD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD87C; }

 p { color: rgb(188,216,124); }

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

background-color css

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

 a { background-color: rgb(188,216,124); }

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

border-color css

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

 span { border-color: rgb(188,216,124); }

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