Html Css Color HEX #BCDC81 Sulu

📋 copy color: '#BCDC81'

red 188 ◦ green 220 ◦ blue 129

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

Shades of Sulu #BCDC81

Tints of Sulu #BCDC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 129 (50.78% from 255) = 24.02%

R = 35.01%
G = 40.97%
B = 24.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BCDC81 (or 0xBCDC81) is known color: Sulu. HEX triplet: BC, DC and 81. RGB value is (188,220,129). Sum of RGB (Red+Green+Blue) = 188+220+129=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC81 is #43237E. Grayscale: #C8C8C8. Windows color (decimal): -4399999 or 8510652. OLE color: 8510652.

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

Color convert

RGB 188 220 129 -
CMYK 0.15 0 0.41 0.14
HSL 81.1º 0.57% 0.68% -
HSV(B) 81.1º 0.41% 0.86% -
XYZ 50.29 63.46 30.37 -
YUV 200.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 188 220 129 0.15 0 0.41 0.14 81.1 0.57 0.68
Hex BC DC 81 F 0 29 E 51 39 44
Octal 274 334 201 17 0 51 16 121 71 104
Binary 10111100 11011100 10000001 1111 0 101001 1110 1010001 111001 1000100

Color Harmonies of #BCDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC81

Black with #BCDC81

Text Example


Text Example

White with #BCDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC81; }

 p { color: rgb(188,220,129); }

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

background-color css

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

 a { background-color: rgb(188,220,129); }

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

border-color css

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

 span { border-color: rgb(188,220,129); }

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