Html Css Color HEX #BCD971 Sulu

📋 copy color: '#BCD971'

red 188 ◦ green 217 ◦ blue 113

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

Shades of Sulu #BCD971

Tints of Sulu #BCD971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.81%

R = 36.29%
G = 41.89%
B = 21.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BCD971 (or 0xBCD971) is known color: Sulu. HEX triplet: BC, D9 and 71. RGB value is (188,217,113). Sum of RGB (Red+Green+Blue) = 188+217+113=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD971 is #43268E. Grayscale: #C4C4C4. Windows color (decimal): -4400783 or 7461308. OLE color: 7461308.

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

Color convert

RGB 188 217 113 -
CMYK 0.13 0 0.48 0.15
HSL 76.73º 0.58% 0.65% -
HSV(B) 76.73º 0.48% 0.85% -
XYZ 48.53 61.51 24.94 -
YUV 196.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 188 217 113 0.13 0 0.48 0.15 76.73 0.58 0.65
Hex BC D9 71 D 0 30 F 4D 3A 41
Octal 274 331 161 15 0 60 17 115 72 101
Binary 10111100 11011001 1110001 1101 0 110000 1111 1001101 111010 1000001

Color Harmonies of #BCD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD971

Black with #BCD971

Text Example


Text Example

White with #BCD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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