Html Css Color HEX #BCD575 Sulu

📋 copy color: '#BCD575'

red 188 ◦ green 213 ◦ blue 117

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

Shades of Sulu #BCD575

Tints of Sulu #BCD575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 36.29%
G = 41.12%
B = 22.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BCD575 (or 0xBCD575) is known color: Sulu. HEX triplet: BC, D5 and 75. RGB value is (188,213,117). Sum of RGB (Red+Green+Blue) = 188+213+117=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD575 is #432A8A. Grayscale: #C2C2C2. Windows color (decimal): -4401803 or 7722428. OLE color: 7722428.

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

Color convert

RGB 188 213 117 -
CMYK 0.12 0 0.45 0.16
HSL 75.63º 0.53% 0.65% -
HSV(B) 75.63º 0.45% 0.84% -
XYZ 47.74 59.56 25.81 -
YUV 194.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 188 213 117 0.12 0 0.45 0.16 75.63 0.53 0.65
Hex BC D5 75 C 0 2D 10 4C 35 41
Octal 274 325 165 14 0 55 20 114 65 101
Binary 10111100 11010101 1110101 1100 0 101101 10000 1001100 110101 1000001

Color Harmonies of #BCD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD575

Black with #BCD575

Text Example


Text Example

White with #BCD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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