Html Css Color HEX #BCD57E Sulu

📋 copy color: '#BCD57E'

red 188 ◦ green 213 ◦ blue 126

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

Shades of Sulu #BCD57E

Tints of Sulu #BCD57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 35.67%
G = 40.42%
B = 23.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BCD57E (or 0xBCD57E) is known color: Sulu. HEX triplet: BC, D5 and 7E. RGB value is (188,213,126). Sum of RGB (Red+Green+Blue) = 188+213+126=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57E is #432A81. Grayscale: #C3C3C3. Windows color (decimal): -4401794 or 8312252. OLE color: 8312252.

HSL color Cylindrical-coordinate representation of color #BCD57E: hue angle of 77.24º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD57E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 126 -
CMYK 0.12 0 0.41 0.16
HSL 77.24º 0.51% 0.66% -
HSV(B) 77.24º 0.41% 0.84% -
XYZ 48.3 59.79 28.73 -
YUV 195.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 188 213 126 0.12 0 0.41 0.16 77.24 0.51 0.66
Hex BC D5 7E C 0 29 10 4D 33 42
Octal 274 325 176 14 0 51 20 115 63 102
Binary 10111100 11010101 1111110 1100 0 101001 10000 1001101 110011 1000010

Color Harmonies of #BCD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD57E

Black with #BCD57E

Text Example


Text Example

White with #BCD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD57E; }

 p { color: rgb(188,213,126); }

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

background-color css

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

 a { background-color: rgb(188,213,126); }

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

border-color css

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

 span { border-color: rgb(188,213,126); }

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