Html Css Color HEX #BCDC70 Sulu

📋 copy color: '#BCDC70'

red 188 ◦ green 220 ◦ blue 112

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

Shades of Sulu #BCDC70

Tints of Sulu #BCDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 36.15%
G = 42.31%
B = 21.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BCDC70 (or 0xBCDC70) is known color: Sulu. HEX triplet: BC, DC and 70. RGB value is (188,220,112). Sum of RGB (Red+Green+Blue) = 188+220+112=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC70 is #43238F. Grayscale: #C6C6C6. Windows color (decimal): -4400016 or 7396540. OLE color: 7396540.

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

Color convert

RGB 188 220 112 -
CMYK 0.15 0 0.49 0.14
HSL 77.78º 0.61% 0.65% -
HSV(B) 77.78º 0.49% 0.86% -
XYZ 49.26 63.05 24.9 -
YUV 198.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 188 220 112 0.15 0 0.49 0.14 77.78 0.61 0.65
Hex BC DC 70 F 0 31 E 4E 3D 41
Octal 274 334 160 17 0 61 16 116 75 101
Binary 10111100 11011100 1110000 1111 0 110001 1110 1001110 111101 1000001

Color Harmonies of #BCDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC70

Black with #BCDC70

Text Example


Text Example

White with #BCDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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