Html Css Color HEX #BCDC71 Sulu

📋 copy color: '#BCDC71'

red 188 ◦ green 220 ◦ blue 113

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

Shades of Sulu #BCDC71

Tints of Sulu #BCDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 36.08%
G = 42.23%
B = 21.69%

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

#BCDC71 (or 0xBCDC71) is known color: Sulu. HEX triplet: BC, DC and 71. RGB value is (188,220,113). Sum of RGB (Red+Green+Blue) = 188+220+113=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC71 is #43238E. Grayscale: #C6C6C6. Windows color (decimal): -4400015 or 7462076. OLE color: 7462076.

HSL color Cylindrical-coordinate representation of color #BCDC71: hue angle of 77.94º degrees, saturation: 0.6, 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 #BCDC71 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 113 -
CMYK 0.15 0 0.49 0.14
HSL 77.94º 0.6% 0.65% -
HSV(B) 77.94º 0.49% 0.86% -
XYZ 49.31 63.07 25.2 -
YUV 198.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 188 220 113 0.15 0 0.49 0.14 77.94 0.6 0.65
Hex BC DC 71 F 0 31 E 4E 3C 41
Octal 274 334 161 17 0 61 16 116 74 101
Binary 10111100 11011100 1110001 1111 0 110001 1110 1001110 111100 1000001

Color Harmonies of #BCDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC71

Black with #BCDC71

Text Example


Text Example

White with #BCDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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