Html Css Color HEX #BCDD77 Sulu

📋 copy color: '#BCDD77'

red 188 ◦ green 221 ◦ blue 119

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

Shades of Sulu #BCDD77

Tints of Sulu #BCDD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 35.61%
G = 41.86%
B = 22.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#BCDD77 (or 0xBCDD77) is known color: Sulu. HEX triplet: BC, DD and 77. RGB value is (188,221,119). Sum of RGB (Red+Green+Blue) = 188+221+119=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD77 is #432288. Grayscale: #C7C7C7. Windows color (decimal): -4399753 or 7855548. OLE color: 7855548.

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

Color convert

RGB 188 221 119 -
CMYK 0.15 0 0.46 0.13
HSL 79.41º 0.6% 0.67% -
HSV(B) 79.41º 0.46% 0.87% -
XYZ 49.93 63.74 27.12 -
YUV 199.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 188 221 119 0.15 0 0.46 0.13 79.41 0.6 0.67
Hex BC DD 77 F 0 2E D 4F 3C 43
Octal 274 335 167 17 0 56 15 117 74 103
Binary 10111100 11011101 1110111 1111 0 101110 1101 1001111 111100 1000011

Color Harmonies of #BCDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD77

Black with #BCDD77

Text Example


Text Example

White with #BCDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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