Html Css Color HEX #BCD584 Sulu

📋 copy color: '#BCD584'

red 188 ◦ green 213 ◦ blue 132

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

Shades of Sulu #BCD584

Tints of Sulu #BCD584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.77%

R = 35.27%
G = 39.96%
B = 24.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BCD584 (or 0xBCD584) is known color: Sulu. HEX triplet: BC, D5 and 84. RGB value is (188,213,132). Sum of RGB (Red+Green+Blue) = 188+213+132=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD584 is #432A7B. Grayscale: #C4C4C4. Windows color (decimal): -4401788 or 8705468. OLE color: 8705468.

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

Color convert

RGB 188 213 132 -
CMYK 0.12 0 0.38 0.16
HSL 78.52º 0.49% 0.68% -
HSV(B) 78.52º 0.38% 0.84% -
XYZ 48.7 59.95 30.83 -
YUV 196.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 188 213 132 0.12 0 0.38 0.16 78.52 0.49 0.68
Hex BC D5 84 C 0 26 10 4F 31 44
Octal 274 325 204 14 0 46 20 117 61 104
Binary 10111100 11010101 10000100 1100 0 100110 10000 1001111 110001 1000100

Color Harmonies of #BCD584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD584

Black with #BCD584

Text Example


Text Example

White with #BCD584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD584; }

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

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

background-color css

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

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

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

border-color css

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

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

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