Html Css Color HEX #BCD774 Sulu

📋 copy color: '#BCD774'

red 188 ◦ green 215 ◦ blue 116

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

Shades of Sulu #BCD774

Tints of Sulu #BCD774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 36.22%
G = 41.43%
B = 22.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BCD774 (or 0xBCD774) is known color: Sulu. HEX triplet: BC, D7 and 74. RGB value is (188,215,116). Sum of RGB (Red+Green+Blue) = 188+215+116=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD774 is #43288B. Grayscale: #C4C4C4. Windows color (decimal): -4401292 or 7657404. OLE color: 7657404.

HSL color Cylindrical-coordinate representation of color #BCD774: hue angle of 76.36º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD774 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 116 -
CMYK 0.13 0 0.46 0.16
HSL 76.36º 0.55% 0.65% -
HSV(B) 76.36º 0.46% 0.84% -
XYZ 48.19 60.55 25.67 -
YUV 195.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 188 215 116 0.13 0 0.46 0.16 76.36 0.55 0.65
Hex BC D7 74 D 0 2E 10 4C 37 41
Octal 274 327 164 15 0 56 20 114 67 101
Binary 10111100 11010111 1110100 1101 0 101110 10000 1001100 110111 1000001

Color Harmonies of #BCD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD774

Black with #BCD774

Text Example


Text Example

White with #BCD774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD774; }

 p { color: rgb(188,215,116); }

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

background-color css

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

 a { background-color: rgb(188,215,116); }

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

border-color css

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

 span { border-color: rgb(188,215,116); }

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