Html Css Color HEX #BCE071 Sulu

📋 copy color: '#BCE071'

red 188 ◦ green 224 ◦ blue 113

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

Shades of Sulu #BCE071

Tints of Sulu #BCE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 35.81%
G = 42.67%
B = 21.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BCE071 (or 0xBCE071) is known color: Sulu. HEX triplet: BC, E0 and 71. RGB value is (188,224,113). Sum of RGB (Red+Green+Blue) = 188+224+113=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE071 is #431F8E. Grayscale: #C8C8C8. Windows color (decimal): -4398991 or 7463100. OLE color: 7463100.

HSL color Cylindrical-coordinate representation of color #BCE071: hue angle of 79.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE071 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 113 -
CMYK 0.16 0 0.50 0.12
HSL 79.46º 0.64% 0.66% -
HSV(B) 79.46º 0.5% 0.88% -
XYZ 50.38 65.19 25.55 -
YUV 200.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 188 224 113 0.16 0 0.50 0.12 79.46 0.64 0.66
Hex BC E0 71 10 0 32 C 4F 40 42
Octal 274 340 161 20 0 62 14 117 100 102
Binary 10111100 11100000 1110001 10000 0 110010 1100 1001111 1000000 1000010

Color Harmonies of #BCE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE071

Black with #BCE071

Text Example


Text Example

White with #BCE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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