Html Css Color HEX #BCDD6C Sulu

📋 copy color: '#BCDD6C'

red 188 ◦ green 221 ◦ blue 108

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

Shades of Sulu #BCDD6C

Tints of Sulu #BCDD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 36.36%
G = 42.75%
B = 20.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BCDD6C (or 0xBCDD6C) is known color: Sulu. HEX triplet: BC, DD and 6C. RGB value is (188,221,108). Sum of RGB (Red+Green+Blue) = 188+221+108=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD6C is #432293. Grayscale: #C6C6C6. Windows color (decimal): -4399764 or 7134652. OLE color: 7134652.

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

Color convert

RGB 188 221 108 -
CMYK 0.15 0 0.51 0.13
HSL 77.52º 0.62% 0.65% -
HSV(B) 77.52º 0.51% 0.87% -
XYZ 49.3 63.49 23.84 -
YUV 198.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 188 221 108 0.15 0 0.51 0.13 77.52 0.62 0.65
Hex BC DD 6C F 0 33 D 4E 3E 41
Octal 274 335 154 17 0 63 15 116 76 101
Binary 10111100 11011101 1101100 1111 0 110011 1101 1001110 111110 1000001

Color Harmonies of #BCDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD6C

Black with #BCDD6C

Text Example


Text Example

White with #BCDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD6C; }

 p { color: rgb(188,221,108); }

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

background-color css

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

 a { background-color: rgb(188,221,108); }

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

border-color css

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

 span { border-color: rgb(188,221,108); }

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