Html Css Color HEX #BCD974 Sulu

📋 copy color: '#BCD974'

red 188 ◦ green 217 ◦ blue 116

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

Shades of Sulu #BCD974

Tints of Sulu #BCD974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

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

R = 36.08%
G = 41.65%
B = 22.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BCD974 (or 0xBCD974) is known color: Sulu. HEX triplet: BC, D9 and 74. RGB value is (188,217,116). Sum of RGB (Red+Green+Blue) = 188+217+116=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD974 is #43268B. Grayscale: #C5C5C5. Windows color (decimal): -4400780 or 7657916. OLE color: 7657916.

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

Color convert

RGB 188 217 116 -
CMYK 0.13 0 0.47 0.15
HSL 77.23º 0.57% 0.65% -
HSV(B) 77.23º 0.47% 0.85% -
XYZ 48.7 61.58 25.84 -
YUV 196.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 188 217 116 0.13 0 0.47 0.15 77.23 0.57 0.65
Hex BC D9 74 D 0 2F F 4D 39 41
Octal 274 331 164 15 0 57 17 115 71 101
Binary 10111100 11011001 1110100 1101 0 101111 1111 1001101 111001 1000001

Color Harmonies of #BCD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD974

Black with #BCD974

Text Example


Text Example

White with #BCD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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