Html Css Color HEX #BCED76 Sulu

📋 copy color: '#BCED76'

red 188 ◦ green 237 ◦ blue 118

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

Shades of Sulu #BCED76

Tints of Sulu #BCED76

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.65%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 34.62%
G = 43.65%
B = 21.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#BCED76 (or 0xBCED76) is known color: Sulu. HEX triplet: BC, ED and 76. RGB value is (188,237,118). Sum of RGB (Red+Green+Blue) = 188+237+118=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED76 is #431289. Grayscale: #D1D1D1. Windows color (decimal): -4395658 or 7794108. OLE color: 7794108.

HSL color Cylindrical-coordinate representation of color #BCED76: hue angle of 84.71º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCED76 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 118 -
CMYK 0.21 0 0.50 0.07
HSL 84.71º 0.77% 0.7% -
HSV(B) 84.71º 0.5% 0.93% -
XYZ 54.29 72.57 28.28 -
YUV 208.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 188 237 118 0.21 0 0.50 0.07 84.71 0.77 0.7
Hex BC ED 76 15 0 32 7 55 4D 46
Octal 274 355 166 25 0 62 7 125 115 106
Binary 10111100 11101101 1110110 10101 0 110010 111 1010101 1001101 1000110

Color Harmonies of #BCED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED76

Black with #BCED76

Text Example


Text Example

White with #BCED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED76; }

 p { color: rgb(188,237,118); }

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

background-color css

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

 a { background-color: rgb(188,237,118); }

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

border-color css

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

 span { border-color: rgb(188,237,118); }

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