Html Css Color HEX #BCE477 Sulu

📋 copy color: '#BCE477'

red 188 ◦ green 228 ◦ blue 119

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

Shades of Sulu #BCE477

Tints of Sulu #BCE477

RGB

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

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

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

R = 35.14%
G = 42.62%
B = 22.24%

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

#BCE477 (or 0xBCE477) is known color: Sulu. HEX triplet: BC, E4 and 77. RGB value is (188,228,119). Sum of RGB (Red+Green+Blue) = 188+228+119=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE477 is #431B88. Grayscale: #CCCCCC. Windows color (decimal): -4397961 or 7857340. OLE color: 7857340.

HSL color Cylindrical-coordinate representation of color #BCE477: hue angle of 82.02º 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 #BCE477 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 119 -
CMYK 0.18 0 0.48 0.11
HSL 82.02º 0.67% 0.68% -
HSV(B) 82.02º 0.48% 0.89% -
XYZ 51.81 67.51 27.75 -
YUV 203.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 188 228 119 0.18 0 0.48 0.11 82.02 0.67 0.68
Hex BC E4 77 12 0 30 B 52 43 44
Octal 274 344 167 22 0 60 13 122 103 104
Binary 10111100 11100100 1110111 10010 0 110000 1011 1010010 1000011 1000100

Color Harmonies of #BCE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE477

Black with #BCE477

Text Example


Text Example

White with #BCE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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