Html Css Color HEX #BCE06D Sulu

📋 copy color: '#BCE06D'

red 188 ◦ green 224 ◦ blue 109

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

Shades of Sulu #BCE06D

Tints of Sulu #BCE06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

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

R = 36.08%
G = 42.99%
B = 20.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BCE06D (or 0xBCE06D) is known color: Sulu. HEX triplet: BC, E0 and 6D. RGB value is (188,224,109). Sum of RGB (Red+Green+Blue) = 188+224+109=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE06D is #431F92. Grayscale: #C8C8C8. Windows color (decimal): -4398995 or 7200956. OLE color: 7200956.

HSL color Cylindrical-coordinate representation of color #BCE06D: hue angle of 78.78º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE06D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 109 -
CMYK 0.16 0 0.51 0.12
HSL 78.78º 0.65% 0.65% -
HSV(B) 78.78º 0.51% 0.88% -
XYZ 50.16 65.11 24.39 -
YUV 200.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 188 224 109 0.16 0 0.51 0.12 78.78 0.65 0.65
Hex BC E0 6D 10 0 33 C 4F 41 41
Octal 274 340 155 20 0 63 14 117 101 101
Binary 10111100 11100000 1101101 10000 0 110011 1100 1001111 1000001 1000001

Color Harmonies of #BCE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE06D

Black with #BCE06D

Text Example


Text Example

White with #BCE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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