Html Css Color HEX #BCE66D Sulu

📋 copy color: '#BCE66D'

red 188 ◦ green 230 ◦ blue 109

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

Shades of Sulu #BCE66D

Tints of Sulu #BCE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 35.67%
G = 43.64%
B = 20.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#BCE66D (or 0xBCE66D) is known color: Sulu. HEX triplet: BC, E6 and 6D. RGB value is (188,230,109). Sum of RGB (Red+Green+Blue) = 188+230+109=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE66D is #431992. Grayscale: #CCCCCC. Windows color (decimal): -4397459 or 7202492. OLE color: 7202492.

HSL color Cylindrical-coordinate representation of color #BCE66D: hue angle of 80.83º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE66D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 109 -
CMYK 0.18 0 0.53 0.10
HSL 80.83º 0.71% 0.66% -
HSV(B) 80.83º 0.53% 0.9% -
XYZ 51.8 68.39 24.94 -
YUV 203.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 188 230 109 0.18 0 0.53 0.10 80.83 0.71 0.66
Hex BC E6 6D 12 0 35 A 51 47 42
Octal 274 346 155 22 0 65 12 121 107 102
Binary 10111100 11100110 1101101 10010 0 110101 1010 1010001 1000111 1000010

Color Harmonies of #BCE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE66D

Black with #BCE66D

Text Example


Text Example

White with #BCE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE66D; }

 p { color: rgb(188,230,109); }

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

background-color css

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

 a { background-color: rgb(188,230,109); }

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

border-color css

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

 span { border-color: rgb(188,230,109); }

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