Html Css Color HEX #BCDC8A Sulu

📋 copy color: '#BCDC8A'

red 188 ◦ green 220 ◦ blue 138

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

Shades of Sulu #BCDC8A

Tints of Sulu #BCDC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 34.43%
G = 40.29%
B = 25.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BCDC8A (or 0xBCDC8A) is known color: Sulu. HEX triplet: BC, DC and 8A. RGB value is (188,220,138). Sum of RGB (Red+Green+Blue) = 188+220+138=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8A is #432375. Grayscale: #C9C9C9. Windows color (decimal): -4399990 or 9100476. OLE color: 9100476.

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

Color convert

RGB 188 220 138 -
CMYK 0.15 0 0.37 0.14
HSL 83.41º 0.54% 0.7% -
HSV(B) 83.41º 0.37% 0.86% -
XYZ 50.92 63.71 33.66 -
YUV 201.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 188 220 138 0.15 0 0.37 0.14 83.41 0.54 0.7
Hex BC DC 8A F 0 25 E 53 36 46
Octal 274 334 212 17 0 45 16 123 66 106
Binary 10111100 11011100 10001010 1111 0 100101 1110 1010011 110110 1000110

Color Harmonies of #BCDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC8A

Black with #BCDC8A

Text Example


Text Example

White with #BCDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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