Html Css Color HEX #BCD675 Sulu

📋 copy color: '#BCD675'

red 188 ◦ green 214 ◦ blue 117

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

Shades of Sulu #BCD675

Tints of Sulu #BCD675

RGB

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

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

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

R = 36.22%
G = 41.23%
B = 22.54%

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

#BCD675 (or 0xBCD675) is known color: Sulu. HEX triplet: BC, D6 and 75. RGB value is (188,214,117). Sum of RGB (Red+Green+Blue) = 188+214+117=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD675 is #43298A. Grayscale: #C3C3C3. Windows color (decimal): -4401547 or 7722684. OLE color: 7722684.

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

Color convert

RGB 188 214 117 -
CMYK 0.12 0 0.45 0.16
HSL 76.08º 0.54% 0.65% -
HSV(B) 76.08º 0.45% 0.84% -
XYZ 48 60.07 25.89 -
YUV 195.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 188 214 117 0.12 0 0.45 0.16 76.08 0.54 0.65
Hex BC D6 75 C 0 2D 10 4C 36 41
Octal 274 326 165 14 0 55 20 114 66 101
Binary 10111100 11010110 1110101 1100 0 101101 10000 1001100 110110 1000001

Color Harmonies of #BCD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD675

Black with #BCD675

Text Example


Text Example

White with #BCD675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD675; }

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

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

background-color css

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

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

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

border-color css

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

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

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