Html Css Color HEX #BCDD6E Sulu

📋 copy color: '#BCDD6E'

red 188 ◦ green 221 ◦ blue 110

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

Shades of Sulu #BCDD6E

Tints of Sulu #BCDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 36.22%
G = 42.58%
B = 21.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BCDD6E (or 0xBCDD6E) is known color: Sulu. HEX triplet: BC, DD and 6E. RGB value is (188,221,110). Sum of RGB (Red+Green+Blue) = 188+221+110=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD6E is #432291. Grayscale: #C6C6C6. Windows color (decimal): -4399762 or 7265724. OLE color: 7265724.

HSL color Cylindrical-coordinate representation of color #BCDD6E: hue angle of 77.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCDD6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 110 -
CMYK 0.15 0 0.50 0.13
HSL 77.84º 0.62% 0.65% -
HSV(B) 77.84º 0.5% 0.87% -
XYZ 49.41 63.53 24.41 -
YUV 198.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 188 221 110 0.15 0 0.50 0.13 77.84 0.62 0.65
Hex BC DD 6E F 0 32 D 4E 3E 41
Octal 274 335 156 17 0 62 15 116 76 101
Binary 10111100 11011101 1101110 1111 0 110010 1101 1001110 111110 1000001

Color Harmonies of #BCDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD6E

Black with #BCDD6E

Text Example


Text Example

White with #BCDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD6E; }

 p { color: rgb(188,221,110); }

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

background-color css

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

 a { background-color: rgb(188,221,110); }

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

border-color css

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

 span { border-color: rgb(188,221,110); }

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