Html Css Color HEX #BCE476 Sulu

📋 copy color: '#BCE476'

red 188 ◦ green 228 ◦ blue 118

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

Shades of Sulu #BCE476

Tints of Sulu #BCE476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

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

R = 35.21%
G = 42.7%
B = 22.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BCE476 (or 0xBCE476) is known color: Sulu. HEX triplet: BC, E4 and 76. RGB value is (188,228,118). Sum of RGB (Red+Green+Blue) = 188+228+118=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE476 is #431B89. Grayscale: #CBCBCB. Windows color (decimal): -4397962 or 7791804. OLE color: 7791804.

HSL color Cylindrical-coordinate representation of color #BCE476: hue angle of 81.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE476 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 118 -
CMYK 0.18 0 0.48 0.11
HSL 81.82º 0.67% 0.68% -
HSV(B) 81.82º 0.48% 0.89% -
XYZ 51.75 67.49 27.44 -
YUV 203.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 188 228 118 0.18 0 0.48 0.11 81.82 0.67 0.68
Hex BC E4 76 12 0 30 B 52 43 44
Octal 274 344 166 22 0 60 13 122 103 104
Binary 10111100 11100100 1110110 10010 0 110000 1011 1010010 1000011 1000100

Color Harmonies of #BCE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE476

Black with #BCE476

Text Example


Text Example

White with #BCE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE476; }

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

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

background-color css

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

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

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

border-color css

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

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

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