Html Css Color HEX #BCDB7F Sulu

📋 copy color: '#BCDB7F'

red 188 ◦ green 219 ◦ blue 127

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

Shades of Sulu #BCDB7F

Tints of Sulu #BCDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 35.21%
G = 41.01%
B = 23.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BCDB7F (or 0xBCDB7F) is known color: Sulu. HEX triplet: BC, DB and 7F. RGB value is (188,219,127). Sum of RGB (Red+Green+Blue) = 188+219+127=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB7F is #432480. Grayscale: #C7C7C7. Windows color (decimal): -4400257 or 8379324. OLE color: 8379324.

HSL color Cylindrical-coordinate representation of color #BCDB7F: hue angle of 80.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCDB7F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 127 -
CMYK 0.14 0 0.42 0.14
HSL 80.22º 0.56% 0.68% -
HSV(B) 80.22º 0.42% 0.86% -
XYZ 49.9 62.89 29.59 -
YUV 199.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 188 219 127 0.14 0 0.42 0.14 80.22 0.56 0.68
Hex BC DB 7F E 0 2A E 50 38 44
Octal 274 333 177 16 0 52 16 120 70 104
Binary 10111100 11011011 1111111 1110 0 101010 1110 1010000 111000 1000100

Color Harmonies of #BCDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB7F

Black with #BCDB7F

Text Example


Text Example

White with #BCDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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