Html Css Color HEX #BCD977 Sulu

📋 copy color: '#BCD977'

red 188 ◦ green 217 ◦ blue 119

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

Shades of Sulu #BCD977

Tints of Sulu #BCD977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

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

R = 35.88%
G = 41.41%
B = 22.71%

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

#BCD977 (or 0xBCD977) is known color: Sulu. HEX triplet: BC, D9 and 77. RGB value is (188,217,119). Sum of RGB (Red+Green+Blue) = 188+217+119=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD977 is #432688. Grayscale: #C5C5C5. Windows color (decimal): -4400777 or 7854524. OLE color: 7854524.

HSL color Cylindrical-coordinate representation of color #BCD977: hue angle of 77.76º degrees, saturation: 0.56, 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 #BCD977 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 119 -
CMYK 0.13 0 0.45 0.15
HSL 77.76º 0.56% 0.66% -
HSV(B) 77.76º 0.45% 0.85% -
XYZ 48.88 61.65 26.78 -
YUV 197.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 188 217 119 0.13 0 0.45 0.15 77.76 0.56 0.66
Hex BC D9 77 D 0 2D F 4E 38 42
Octal 274 331 167 15 0 55 17 116 70 102
Binary 10111100 11011001 1110111 1101 0 101101 1111 1001110 111000 1000010

Color Harmonies of #BCD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD977

Black with #BCD977

Text Example


Text Example

White with #BCD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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