Html Css Color HEX #BCD877 Sulu

📋 copy color: '#BCD877'

red 188 ◦ green 216 ◦ blue 119

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

Shades of Sulu #BCD877

Tints of Sulu #BCD877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.75%

R = 35.95%
G = 41.3%
B = 22.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BCD877 (or 0xBCD877) is known color: Sulu. HEX triplet: BC, D8 and 77. RGB value is (188,216,119). Sum of RGB (Red+Green+Blue) = 188+216+119=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD877 is #432788. Grayscale: #C4C4C4. Windows color (decimal): -4401033 or 7854268. OLE color: 7854268.

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

Color convert

RGB 188 216 119 -
CMYK 0.13 0 0.45 0.15
HSL 77.32º 0.55% 0.66% -
HSV(B) 77.32º 0.45% 0.85% -
XYZ 48.62 61.14 26.69 -
YUV 196.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 188 216 119 0.13 0 0.45 0.15 77.32 0.55 0.66
Hex BC D8 77 D 0 2D F 4D 37 42
Octal 274 330 167 15 0 55 17 115 67 102
Binary 10111100 11011000 1110111 1101 0 101101 1111 1001101 110111 1000010

Color Harmonies of #BCD877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD877

Black with #BCD877

Text Example


Text Example

White with #BCD877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD877; }

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

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

background-color css

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

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

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

border-color css

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

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

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