Html Css Color HEX #BCE470 Sulu

📋 copy color: '#BCE470'

red 188 ◦ green 228 ◦ blue 112

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

Shades of Sulu #BCE470

Tints of Sulu #BCE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 35.61%
G = 43.18%
B = 21.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BCE470 (or 0xBCE470) is known color: Sulu. HEX triplet: BC, E4 and 70. RGB value is (188,228,112). Sum of RGB (Red+Green+Blue) = 188+228+112=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE470 is #431B8F. Grayscale: #CBCBCB. Windows color (decimal): -4397968 or 7398588. OLE color: 7398588.

HSL color Cylindrical-coordinate representation of color #BCE470: hue angle of 80.69º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE470 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 112 -
CMYK 0.18 0 0.51 0.11
HSL 80.69º 0.68% 0.67% -
HSV(B) 80.69º 0.51% 0.89% -
XYZ 51.41 67.35 25.62 -
YUV 202.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 188 228 112 0.18 0 0.51 0.11 80.69 0.68 0.67
Hex BC E4 70 12 0 33 B 51 44 43
Octal 274 344 160 22 0 63 13 121 104 103
Binary 10111100 11100100 1110000 10010 0 110011 1011 1010001 1000100 1000011

Color Harmonies of #BCE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE470

Black with #BCE470

Text Example


Text Example

White with #BCE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE470; }

 p { color: rgb(188,228,112); }

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

background-color css

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

 a { background-color: rgb(188,228,112); }

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

border-color css

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

 span { border-color: rgb(188,228,112); }

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