Html Css Color HEX #BCDF76 Sulu

📋 copy color: '#BCDF76'

red 188 ◦ green 223 ◦ blue 118

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

Shades of Sulu #BCDF76

Tints of Sulu #BCDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 35.54%
G = 42.16%
B = 22.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BCDF76 (or 0xBCDF76) is known color: Sulu. HEX triplet: BC, DF and 76. RGB value is (188,223,118). Sum of RGB (Red+Green+Blue) = 188+223+118=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF76 is #432089. Grayscale: #C8C8C8. Windows color (decimal): -4399242 or 7790524. OLE color: 7790524.

HSL color Cylindrical-coordinate representation of color #BCDF76: hue angle of 80º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDF76 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 118 -
CMYK 0.16 0 0.47 0.13
HSL 80º 0.62% 0.67% -
HSV(B) 80º 0.47% 0.87% -
XYZ 50.4 64.77 26.99 -
YUV 200.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 188 223 118 0.16 0 0.47 0.13 80 0.62 0.67
Hex BC DF 76 10 0 2F D 50 3E 43
Octal 274 337 166 20 0 57 15 120 76 103
Binary 10111100 11011111 1110110 10000 0 101111 1101 1010000 111110 1000011

Color Harmonies of #BCDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF76

Black with #BCDF76

Text Example


Text Example

White with #BCDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF76; }

 p { color: rgb(188,223,118); }

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

background-color css

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

 a { background-color: rgb(188,223,118); }

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

border-color css

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

 span { border-color: rgb(188,223,118); }

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