Html Css Color HEX #BCE971 Sulu

📋 copy color: '#BCE971'

red 188 ◦ green 233 ◦ blue 113

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

Shades of Sulu #BCE971

Tints of Sulu #BCE971

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

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

R = 35.21%
G = 43.63%
B = 21.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BCE971 (or 0xBCE971) is known color: Sulu. HEX triplet: BC, E9 and 71. RGB value is (188,233,113). Sum of RGB (Red+Green+Blue) = 188+233+113=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE971 is #43168E. Grayscale: #CECECE. Windows color (decimal): -4396687 or 7465404. OLE color: 7465404.

HSL color Cylindrical-coordinate representation of color #BCE971: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE971 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 113 -
CMYK 0.19 0 0.52 0.09
HSL 82.5º 0.73% 0.68% -
HSV(B) 82.5º 0.52% 0.91% -
XYZ 52.86 70.16 26.38 -
YUV 205.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 188 233 113 0.19 0 0.52 0.09 82.5 0.73 0.68
Hex BC E9 71 13 0 34 9 52 49 44
Octal 274 351 161 23 0 64 11 122 111 104
Binary 10111100 11101001 1110001 10011 0 110100 1001 1010010 1001001 1000100

Color Harmonies of #BCE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE971

Black with #BCE971

Text Example


Text Example

White with #BCE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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