Html Css Color HEX #BCDB6E Sulu

📋 copy color: '#BCDB6E'

red 188 ◦ green 219 ◦ blue 110

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

Shades of Sulu #BCDB6E

Tints of Sulu #BCDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 36.36%
G = 42.36%
B = 21.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#BCDB6E (or 0xBCDB6E) is known color: Sulu. HEX triplet: BC, DB and 6E. RGB value is (188,219,110). Sum of RGB (Red+Green+Blue) = 188+219+110=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB6E is #432491. Grayscale: #C5C5C5. Windows color (decimal): -4400274 or 7265212. OLE color: 7265212.

HSL color Cylindrical-coordinate representation of color #BCDB6E: hue angle of 77.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCDB6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 110 -
CMYK 0.14 0 0.50 0.14
HSL 77.06º 0.6% 0.65% -
HSV(B) 77.06º 0.5% 0.86% -
XYZ 48.89 62.48 24.24 -
YUV 197.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 188 219 110 0.14 0 0.50 0.14 77.06 0.6 0.65
Hex BC DB 6E E 0 32 E 4D 3C 41
Octal 274 333 156 16 0 62 16 115 74 101
Binary 10111100 11011011 1101110 1110 0 110010 1110 1001101 111100 1000001

Color Harmonies of #BCDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB6E

Black with #BCDB6E

Text Example


Text Example

White with #BCDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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