Html Css Color HEX #BCE382 Sulu

📋 copy color: '#BCE382'

red 188 ◦ green 227 ◦ blue 130

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

Shades of Sulu #BCE382

Tints of Sulu #BCE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

 BLUE value IS 130 (51.17% from 255) = 23.85%

R = 34.5%
G = 41.65%
B = 23.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#BCE382 (or 0xBCE382) is known color: Sulu. HEX triplet: BC, E3 and 82. RGB value is (188,227,130). Sum of RGB (Red+Green+Blue) = 188+227+130=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE382 is #431C7D. Grayscale: #CCCCCC. Windows color (decimal): -4398206 or 8577980. OLE color: 8577980.

HSL color Cylindrical-coordinate representation of color #BCE382: hue angle of 84.12º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE382 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 130 -
CMYK 0.17 0 0.43 0.11
HSL 84.12º 0.63% 0.7% -
HSV(B) 84.12º 0.43% 0.89% -
XYZ 52.24 67.24 31.34 -
YUV 204.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 188 227 130 0.17 0 0.43 0.11 84.12 0.63 0.7
Hex BC E3 82 11 0 2B B 54 3F 46
Octal 274 343 202 21 0 53 13 124 77 106
Binary 10111100 11100011 10000010 10001 0 101011 1011 1010100 111111 1000110

Color Harmonies of #BCE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE382

Black with #BCE382

Text Example


Text Example

White with #BCE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE382; }

 p { color: rgb(188,227,130); }

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

background-color css

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

 a { background-color: rgb(188,227,130); }

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

border-color css

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

 span { border-color: rgb(188,227,130); }

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